Skip to content

Commit f2afc24

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Pre-build images only once
Signed-off-by: Jakub Stejskal <[email protected]>
1 parent 911e480 commit f2afc24

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/actions/build-strimzi-images/action.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@ runs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: containers-${{ inputs.architecture }}.tar
55-
path: containers-${{ inputs.architecture }}.tar
55+
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

-5
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,6 @@ jobs:
291291
run: |
292292
dig cdn-ubi.redhat.com
293293
294-
- name: DEBUG - docker
295-
if: ${{ always() }}
296-
run: |
297-
docker images -a
298-
299294
- name: Archive JUnit test results
300295
if: ${{ always() }}
301296
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)