From 4baddfac3aadc5b1c33409e1ec17fdfccdf841e4 Mon Sep 17 00:00:00 2001 From: Giannin Date: Thu, 24 Oct 2024 13:27:19 +0200 Subject: [PATCH] feature/143-aai-eft Generate and merge SBOMs (squash later) --- .github/workflows/release-docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-docker-image.yml b/.github/workflows/release-docker-image.yml index a5bd4901..3748fee8 100644 --- a/.github/workflows/release-docker-image.yml +++ b/.github/workflows/release-docker-image.yml @@ -72,7 +72,7 @@ jobs: tags: ghcr.io/${{ github.repository }}:${{ env.SEMVER_VERSION }}.${{ env.SHORT_COMMIT_HASH }} - name: Build and push proxy Docker image - id: push-shibboleth + id: push-proxy uses: docker/build-push-action@v6 with: context: ./shibboleth @@ -89,8 +89,8 @@ jobs: - name: Generate artifact attestation for proxy uses: actions/attest-build-provenance@v1 with: - subject-name: ghcr.io/${{ github.repository }} - subject-digest: ${{ steps.push-shibboleth.outputs.digest }}-proxy + subject-name: ghcr.io/${{ github.repository }}-proxy + subject-digest: ${{ steps.push-proxy.outputs.digest }} push-to-registry: true generate-and-push-sboms: