Skip to content

Commit

Permalink
Merge pull request opendatahub-io#666 from jstourac/podmanDigests
Browse files Browse the repository at this point in the history
[GHA] Print also images digests after the image build in GitHub repo
  • Loading branch information
openshift-merge-bot[bot] authored Aug 7, 2024
2 parents 9ed174f + 1a7d88f commit ae4e01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
PUSH_IMAGES: "no"

- name: "Show podman images information"
run: podman images
run: podman images --digests

- name: "pull_request|schedule: resolve target if Trivy scan should run"
id: resolve-target
Expand Down

0 comments on commit ae4e01f

Please sign in to comment.