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 2093e95 commit aa9e1b7Copy full SHA for aa9e1b7
.github/workflows/stackhpc-all-in-one.yml
@@ -423,6 +423,11 @@ jobs:
423
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
424
if: inputs.upgrade
425
426
+ - name: Prune unused docker images
427
+ run: |
428
+ docker image prune -af
429
+ if: inputs.upgrade
430
+
431
- name: Tempest tests
432
id: tempest
433
run: |
0 commit comments