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 c3ac7af commit 5aad4c2Copy full SHA for 5aad4c2
.github/workflows/build.yaml
@@ -73,3 +73,7 @@ jobs:
73
tag_name: ${{ github.event.release.tag_name }}
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
+
77
+ - name: Clean gcr images
78
+ run: |
79
+ curl -X POST -H "Authorization: Bearer $(gcloud auth print-identity-token)" https://gcr-cleaner-m3srfcef5q-ew.a.run.app/http -d '{"repos":["gcr.io/monom-cicd-tools/${{ github.event.repository.name }}"], "tag_filter_all":".*", "dry_run":false,"keep":10}'
0 commit comments