From 30bf6351a9c55ac184ff9ecaa22d48b1d3d01ce5 Mon Sep 17 00:00:00 2001 From: oguzkaganozt Date: Wed, 21 Feb 2024 18:36:20 +0300 Subject: [PATCH] finish merge --- .github/actions/docker-build-and-push/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-build-and-push/action.yaml b/.github/actions/docker-build-and-push/action.yaml index 6c2763060b0..4ca863ff282 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -92,7 +92,7 @@ runs: if: ${{ (github.event_name == 'push' && github.ref_type == 'branch') || github.event_name == 'schedule' }} uses: docker/bake-action@v3 with: - push: ${{ (github.event_name == 'schedule' || github.ref_name == github.event.repository.default_branch || github.event_name == 'push') && inputs.allow-push == 'true' }} + push: ${{ inputs.allow-push == 'true' }} files: | docker/${{ inputs.bake-target }}/docker-bake.hcl ${{ steps.meta-prebuilt.outputs.bake-file }}