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 e3ffe76 commit 63fb9d7Copy full SHA for 63fb9d7
.github/workflows/container-images.yml
@@ -60,13 +60,11 @@ jobs:
60
BUILDX_OUTPUT="${BUILDX_OUTPUT} --provenance=false"
61
62
- name: delete untagged container images
63
- uses: snok/container-retention-policy@v2
+ uses: snok/container-retention-policy@v3.0.0
64
if: ${{ github.event_name == 'push' }}
65
with:
66
+ account: nagare-media
67
token: ${{ secrets.GITHUB_TOKEN }}
- token-type: github-token
68
- account-type: org
69
- org-name: nagare-media
+ tag-selection: untagged
70
image-names: engine/${{ matrix.image }}
71
- untagged-only: true
72
- cut-off: 1 day ago UTC
+ cut-off: 1d
0 commit comments