Skip to content

Commit 1a7d88f

Browse files
committed
[GHA] Print also images digests after the image build in GitHub repo
1 parent 9ed174f commit 1a7d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
PUSH_IMAGES: "no"
140140

141141
- name: "Show podman images information"
142-
run: podman images
142+
run: podman images --digests
143143

144144
- name: "pull_request|schedule: resolve target if Trivy scan should run"
145145
id: resolve-target

0 commit comments

Comments
 (0)