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 baaec93 commit 1ebcadfCopy full SHA for 1ebcadf
.github/workflows/stackhpc-all-in-one.yml
@@ -290,3 +290,8 @@ jobs:
290
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
291
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
292
if: always()
293
+
294
+ - name: Prune Docker images over 1 week old
295
+ # May fail if another prune is running
296
+ run: docker image prune --all --force --filter until=168h || true
297
+ if: always()
0 commit comments