We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c555b commit 78b71d2Copy full SHA for 78b71d2
.github/workflows/docker-publish.yml
@@ -36,13 +36,13 @@ jobs:
36
cache-from: type=gha
37
cache-to: type=gha,mode=max
38
39
- - name: Delete old images
40
- uses: snok/container-retention-policy@v2
41
- with:
42
- image-names: keycloak
43
- cut-off: One week ago UTC
44
- keep-at-least: 3
45
- account-type: org
46
- org-name: ietf-tools
47
- token: ${{ secrets.GITHUB_TOKEN }}
48
- token-type: github-token
+ # - name: Delete old images
+ # uses: snok/container-retention-policy@v2
+ # with:
+ # image-names: keycloak
+ # cut-off: One week ago UTC
+ # keep-at-least: 3
+ # account-type: org
+ # org-name: ietf-tools
+ # token: ${{ secrets.GITHUB_TOKEN }}
+ # token-type: github-token
0 commit comments