Skip to content

Commit b95b0e3

Browse files
committed
[skipci] Build kolla container images: always upload scan output directory
1 parent 616b69a commit b95b0e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)