Skip to content

Commit

Permalink
no tagging
Browse files Browse the repository at this point in the history
ERROR: failed to solve: failed to push ...: can't push tagged ref docker.io/... by digest
  • Loading branch information
pzhlkj6612 committed Jul 29, 2024
1 parent 7bbfbc4 commit 53f5c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push Docker images
id: build
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
with:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit 53f5c19

Please sign in to comment.