Skip to content

Commit 5aad4c2

Browse files
committed
Update, managed by Terraform
1 parent c3ac7af commit 5aad4c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ jobs:
7373
tag_name: ${{ github.event.release.tag_name }}
7474
env:
7575
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

Comments
 (0)