diff options
Diffstat (limited to '.github/workflows/container_release4.yml')
| -rw-r--r-- | .github/workflows/container_release4.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index 8b0c5bfe6..55d658fdf 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -1,10 +1,13 @@ name: "docker: build release containers for all tags" +# DISABLED: Merged into container_release_unified.yml on: - push: - tags: - - '*' - workflow_dispatch: {} + workflow_dispatch: + inputs: + force_run: + description: 'This workflow is disabled. Use container_release_unified.yml instead' + required: true + default: 'disabled' permissions: contents: read |
