We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205388b commit 7bdd04aCopy full SHA for 7bdd04a
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -135,6 +135,9 @@ jobs:
135
IMAGE_REGISTRY: "localhost:5000/workbench-images"
136
CONTAINER_BUILD_CACHE_ARGS: "--cache-from ${{ env.CACHE }}"
137
138
+ - name: "Show podman images information"
139
+ run: podman images
140
+
141
- name: "pull_request|schedule: resolve image name if Trivy scan should run"
142
id: resolve-image
143
if: ${{ fromJson(inputs.github).event_name == 'pull_request' || fromJson(inputs.github).event_name == 'schedule' }}
0 commit comments