Skip to content

Commit

Permalink
fixes action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ícaro Erasmo Souza Barreiro committed Oct 3, 2024
1 parent 2b3a42a commit 56028b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.version.outputs.TAG_NAME }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
Expand Down

0 comments on commit 56028b3

Please sign in to comment.