Skip to content

Commit f635bb1

Browse files
authoredJan 6, 2025
Update clear-stale-docker-images.yml
1 parent ccb8961 commit f635bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/clear-stale-docker-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Restrict deletions to images without specific tags. Supports Unix-shell style wildcards
2828
skip-tags: latest,latest-rootless,0.*,0.*-rootless,main,main-rootless,vnext,vnext-rootless,0,0-rootless # optional
2929
# Do not actually delete images. Print output showing what would have been deleted.
30-
dry-run: true # optional, default is false
30+
dry-run: false # optional, default is false
3131
# The token type. Can be either 'pat' or 'github-token'. If 'github-token', then image-names must the package name of repository from where this action is invoked.
3232
token-type: pat # optional, default is pat
3333

@@ -50,6 +50,6 @@ jobs:
5050
# Personal access token with read and delete scopes.
5151
token: ${{ secrets.CLEANUP_PAT }}
5252
# Do not actually delete images. Print output showing what would have been deleted.
53-
dry-run: true # optional, default is false
53+
dry-run: false # optional, default is false
5454
# The token type. Can be either 'pat' or 'github-token'. If 'github-token', then image-names must the package name of repository from where this action is invoked.
5555
token-type: pat # optional, default is pat

0 commit comments

Comments
 (0)