mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-17 20:17:02 +01:00
Trying to implement manual restarts for the CI
This commit is contained in:
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@@ -4,8 +4,12 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
workflow_dispatch:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
- IMAGE_NAME:
|
||||
description: The name of the image to build and publish
|
||||
required: false
|
||||
default: mhp
|
||||
|
||||
env:
|
||||
IMAGE_NAME: mhp
|
||||
|
||||
Reference in New Issue
Block a user