Skip to content

Commit

Permalink
feature/143-aai-eft Generate and merge SBOMs (squash later)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterEvarior committed Oct 24, 2024
1 parent cf9935c commit 4baddfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 4baddfa

Please sign in to comment.