Skip to content

Commit aa9e1b7

Browse files
committed
Add docker prune after upgrade
1 parent 2093e95 commit aa9e1b7

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
@@ -423,6 +423,11 @@ jobs:
423423
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
424424
if: inputs.upgrade
425425

426+
- name: Prune unused docker images
427+
run: |
428+
docker image prune -af
429+
if: inputs.upgrade
430+
426431
- name: Tempest tests
427432
id: tempest
428433
run: |

0 commit comments

Comments
 (0)