diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index a8bfaa540c1..d107090774b 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -13,6 +13,12 @@ on: tags: - 'v*.*.*' workflow_dispatch: + inputs: + push-to-registry: + description: Push the built image to the container registry + required: false + type: boolean + default: false permissions: contents: write