fix: resolve conflict between tags and push-by-digest in docker buildx
This commit is contained in:
parent
5a9e29ba50
commit
593cc33d13
1
.github/workflows/pg-image-build.yml
vendored
1
.github/workflows/pg-image-build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user