diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index c7dd054..057f230 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -46,7 +46,7 @@ jobs: with: context: . push: true - tags: ${{ github.sha }} + tags: ${{ env.IMAGE_NAME }}:${{ github.sha }} 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)."