Skip to content

Commit

Permalink
[workflow] fix clean ghcr images step
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge committed Jul 2, 2023
1 parent c0e3bec commit 0309efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
image-names: gantry
# leave some margins in case multiple actions run in parallel
cut-off: 10 minuets ago UTC
cut-off: 10 minutes ago UTC
account-type: personal
token: ${{ secrets.TOKEN_DELETE_GHCR_IMAGES }}
keep-at-least: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
image-names: gantry
# leave some margins in case multiple actions run in parallel
cut-off: 10 minute ago UTC
cut-off: 10 minutes ago UTC
account-type: personal
token: ${{ secrets.TOKEN_DELETE_GHCR_IMAGES }}
keep-at-least: 1
Expand Down

0 comments on commit 0309efa

Please sign in to comment.