Skip to content

Commit

Permalink
fix: remove push at first build step
Browse files Browse the repository at this point in the history
  • Loading branch information
pifou25 committed Apr 14, 2024
1 parent 37bb9d7 commit b3a2fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
platforms: ${{ matrix.platform }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=false
tags: ${{ env.TAG_NAME }}
-
name: Export digest
Expand Down

0 comments on commit b3a2fbf

Please sign in to comment.