diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1c551d828..c93b5f325 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -14,6 +14,12 @@ on: description: 'Docker tag' required: true type: string + workflow_dispatch: + inputs: + tag: + description: 'Docker tag' + required: true + type: string jobs: set-context: