diff --git a/.github/workflows/pg-image-build.yml b/.github/workflows/pg-image-build.yml index 46cbf9a..146a603 100644 --- a/.github/workflows/pg-image-build.yml +++ b/.github/workflows/pg-image-build.yml @@ -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