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 5674a71 commit 9f7af79Copy full SHA for 9f7af79
.github/workflows/docker_push_stable.yml
@@ -135,3 +135,6 @@ jobs:
135
136
- name: Publish latest stable container in AnsysLab registry
137
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