Skip to content

Commit 9f7af79

Browse files
authored
feat: free up space on Linux self-hosted runner (#571)
1 parent 5674a71 commit 9f7af79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker_push_stable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,6 @@ jobs:
135135

136136
- name: Publish latest stable container in AnsysLab registry
137137
run: docker push ${{ env.LINUX_STABLE_FUJI }}
138+
139+
- name: Remove images (free space)
140+
run: docker image rm ${{ env.LINUX_STABLE_FUJI }} ${{ env.LINUX_STABLE_GHCR }}

0 commit comments

Comments
 (0)