Skip to content

Commit 78b71d2

Browse files
authored
ci: disable container-retention-policy step
1 parent 15c555b commit 78b71d2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/docker-publish.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
cache-from: type=gha
3737
cache-to: type=gha,mode=max
3838

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
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

0 commit comments

Comments
 (0)