Skip to content

Commit

Permalink
Fetch image data by digest
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Nov 29, 2021
1 parent f328f93 commit 08dabcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Fetch docker images from repositories
run: |
docker pull philipssoftware/slsa-provenance -a
docker pull ghcr.io/philips-labs/slsa-provenance -a
docker inspect ghcr.io/slsa-provenance@${{ needs.release.outputs.container_digest }}
- name: Generate provenance for Release
uses: philips-labs/[email protected]
with:
Expand Down

0 comments on commit 08dabcc

Please sign in to comment.