diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 3f1a66a..1601e49 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -47,7 +47,7 @@ jobs: with: context: . 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)." - name: Generate artifact attestation