We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b230fda commit 26747e9Copy full SHA for 26747e9
.github/workflows/clean-containers.yaml
@@ -20,13 +20,13 @@ jobs:
20
run: |
21
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
22
- name: Delete 'PR' containers older than a week
23
- uses: snok/container-retention-policy@v2.2.1
+ uses: snok/container-retention-policy@v3.0.0
24
with:
25
image-names: ${{ env.REGISTRY }}/${{ env.REPO }}
26
filter-tags: sha-*,sha256:*
27
+ skip-tags: latest
28
cut-off: A week ago UTC
- account-type: org
29
- org-name: ${{ github.repository_owner }}
+ account: ${{ github.repository_owner }}
30
keep-at-least: 1
31
- token: ${{ secrets.GH_REPO_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
32
timestamp-to-use: updated_at
0 commit comments