Skip to content

Commit 145a234

Browse files
Merge pull request #622 from caponetto/list-images
Show `podman images` information on the CI
2 parents 205388b + 7bdd04a commit 145a234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
IMAGE_REGISTRY: "localhost:5000/workbench-images"
136136
CONTAINER_BUILD_CACHE_ARGS: "--cache-from ${{ env.CACHE }}"
137137

138+
- name: "Show podman images information"
139+
run: podman images
140+
138141
- name: "pull_request|schedule: resolve image name if Trivy scan should run"
139142
id: resolve-image
140143
if: ${{ fromJson(inputs.github).event_name == 'pull_request' || fromJson(inputs.github).event_name == 'schedule' }}

0 commit comments

Comments
 (0)