diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index ae409dc380..a1d0a42435 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -125,7 +125,6 @@ jobs: with: images: ${{ env[matrix.image_name_env] }} tags: | - type=raw,enable=${{ startsWith(github.ref, 'refs/tags/') }} type=ref,event=branch type=sha,enable=true,priority=100,prefix=,suffix=,format=long type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}