Trying to implement manual restarts for the CI

This commit is contained in:
Aj - Thomas
2022-05-11 09:12:43 +02:00
parent f526883544
commit 49e454b6ce

View File

@@ -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