Skip to content

Commit

Permalink
fix: Don't add tags when pushing by digest
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Oct 11, 2024
1 parent 73c9ea9 commit 7d4a24c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/actions/docker-build-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ runs:
platforms: ${{ inputs.platform }}
target: ${{ inputs.target }}
outputs: type=image,name=${{ inputs.image }},push-by-digest=true,name-canonical=true,push=true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha,scope=build-${{ env.PLATFORM_PAIR }}
Expand Down

0 comments on commit 7d4a24c

Please sign in to comment.