We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f74d5 commit 75ed8c6Copy full SHA for 75ed8c6
1 file changed
.github/workflows/docker-image.yml
@@ -37,3 +37,6 @@ jobs:
37
no-cache: true
38
tags: |
39
btpanel/btshieldml:latest
40
+ - name: Clean up Docker node cache
41
+ run: |
42
+ curl -X POST "https://docker.1ms.run/sapi/v1/cache_cleanup/manifests" -F="repo=docker.io" -F "reference=latest" -F "name=btpanel/btshieldml"
0 commit comments