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 0987cb7 commit 7396253Copy full SHA for 7396253
.github/workflows/stackhpc-all-in-one.yml
@@ -414,6 +414,11 @@ jobs:
414
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
415
if: inputs.upgrade
416
417
+ - name: Prune unused docker images
418
+ run: |
419
+ docker image prune -af
420
+ if: inputs.upgrade
421
+
422
- name: Tempest tests
423
id: tempest
424
run: |
0 commit comments