Skip to content

Commit

Permalink
Update container name
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Mar 22, 2024
1 parent a9ecf35 commit 2122db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swsc-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
# this extracts the sha256 hash
echo "img-name=pdo_client_wawaka" >> "$GITHUB_OUTPUT"
echo "img-hash=$(docker inspect pdo_client --format {{.ID}} | sed 's/.*://')" >> "$GITHUB_OUTPUT"
echo "img-hash=$(docker inspect docker.io/library/pdo_client:0.0.0 --format {{.ID}} | sed 's/.*://')" >> "$GITHUB_OUTPUT"
- name: Generate slsa-github-generator subject
id: gen-subject
Expand Down

0 comments on commit 2122db9

Please sign in to comment.