1
0

fix: resolve conflict between tags and push-by-digest in docker buildx

This commit is contained in:
alikia2x (寒寒) 2026-01-13 20:53:07 +08:00
parent 5a9e29ba50
commit 593cc33d13
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 56209E0CCD8420C6

View File

@ -63,7 +63,6 @@ jobs:
file: ./Dockerfile.pg
platforms: ${{ matrix.platform }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
cache-from: type=gha