We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911e480 commit f2afc24Copy full SHA for f2afc24
.github/actions/build-strimzi-images/action.yml
@@ -52,4 +52,10 @@ runs:
52
uses: actions/upload-artifact@v4
53
with:
54
name: containers-${{ inputs.architecture }}.tar
55
- path: containers-${{ inputs.architecture }}.tar
+ path: containers-${{ inputs.architecture }}.tar
56
+
57
+ - name: DEBUG - docker
58
+ if: ${{ always() }}
59
+ shell: bash
60
+ run: |
61
+ docker images -a
.github/workflows/run-system-tests.yml
@@ -291,11 +291,6 @@ jobs:
291
run: |
292
dig cdn-ubi.redhat.com
293
294
- - name: DEBUG - docker
295
- if: ${{ always() }}
296
- run: |
297
- docker images -a
298
-
299
- name: Archive JUnit test results
300
if: ${{ always() }}
301
0 commit comments