diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index adcbadc..61f35b2 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -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 diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 3b977f9..df2a010 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -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