Update clear-stale-docker-images.yml

This commit is contained in:
Matt Kilgore
2025-01-05 21:16:44 -05:00
committed by GitHub
parent ccb8961ed2
commit f635bb1084

View File

@@ -27,7 +27,7 @@ jobs:
# Restrict deletions to images without specific tags. Supports Unix-shell style wildcards
skip-tags: latest,latest-rootless,0.*,0.*-rootless,main,main-rootless,vnext,vnext-rootless,0,0-rootless # optional
# Do not actually delete images. Print output showing what would have been deleted.
dry-run: true # optional, default is false
dry-run: false # optional, default is false
# 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.
token-type: pat # optional, default is pat
@@ -50,6 +50,6 @@ jobs:
# Personal access token with read and delete scopes.
token: ${{ secrets.CLEANUP_PAT }}
# Do not actually delete images. Print output showing what would have been deleted.
dry-run: true # optional, default is false
dry-run: false # optional, default is false
# 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.
token-type: pat # optional, default is pat