From 6f3ba8e17b6de9b6a8817843621e7bbc4953ef2e Mon Sep 17 00:00:00 2001 From: Arik Kfir Date: Sat, 9 Sep 2023 00:59:14 +0300 Subject: [PATCH] chore(ci): remove redundant container image tag (#43) No need to tag container image with PR info - we're building branches only. --- .github/workflows/branch_build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/branch_build.yml b/.github/workflows/branch_build.yml index 93f25558..81cf2d11 100644 --- a/.github/workflows/branch_build.yml +++ b/.github/workflows/branch_build.yml @@ -40,7 +40,6 @@ jobs: type=sha,prefix=,suffix=,format=short type=sha,prefix=,suffix=,format=long type=ref,event=branch - type=ref,event=pr - uses: docker/build-push-action@v3 with: builder: ${{ steps.buildx.outputs.name }}