This commit is contained in:
Marco Realacci 2024-05-14 01:09:51 +02:00
parent 1d070ad39f
commit b649e771d4

View file

@ -47,7 +47,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ghcr.io/notherealmarco/slaacsense:dev tags: ${{ steps.meta.outputs.tags }}
# 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)." # 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)."
- name: Generate artifact attestation - name: Generate artifact attestation