Skip to content

Commit 93555d7

Browse files
committed
[skipci] Build kolla container images: always upload scan output directory
1 parent 63889b0 commit 93555d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ jobs:
260260

261261
- name: Move image scan logs to output artifact
262262
run: mv image-scan-output image-build-logs/image-scan-output
263+
if: ${{ !cancelled() }}
263264

264265
- name: Fail if any images have critical vulnerabilities
265266
run: if [ $(wc -l < image-build-logs/image-scan-output/critical-images.txt) -gt 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)