Skip to content

Commit f97551f

Browse files
committed
Add docker prune after upgrade
1 parent 731506e commit f97551f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,11 @@ jobs:
414414
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
415415
if: inputs.upgrade
416416

417+
- name: Prune unused docker images
418+
run: |
419+
docker image prune -af
420+
if: inputs.upgrade
421+
417422
- name: Tempest tests
418423
id: tempest
419424
run: |

0 commit comments

Comments
 (0)