From 7b92485add23c695b6de2cb4857014f51f748834 Mon Sep 17 00:00:00 2001 From: Andreas Falk Date: Sun, 8 Oct 2023 23:52:33 +0200 Subject: [PATCH] Fix publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 42b659c..9a85d34 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0 with: image: "andifalk/supply-chain-security:${GITHUB_REF_NAME}" - digest: ${{ publish.outputs.digest }} + digest: ${{ needs.publish.outputs.digest }} registry-username: andifalk secrets: registry-password: ${{ secrets.DOCKERHUB_TOKEN }} \ No newline at end of file