From a3f42109eff745b8e5e76f2f1a14bb3af7b1d8f3 Mon Sep 17 00:00:00 2001 From: Frank Kong Date: Fri, 31 Oct 2025 15:19:53 -0400 Subject: [PATCH] chore: update image push condition to push for push events Signed-off-by: Frank Kong --- .github/workflows/build-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index 56eb72c..f939a72 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -144,7 +144,7 @@ jobs: with: context: . platforms: linux/amd64,linux/arm64 - push: ${{ inputs.push-images == 'true'}} + push: ${{ inputs.push-images != 'false' }} tags: | ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}:${{ steps.prepare.outputs.version_release_tag }} ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}:${{ steps.prepare.outputs.version }}