Skip to content

Commit

Permalink
ci: correct release workflow garbage collection trigger mechanics
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Oct 3, 2022
1 parent 22f9dd6 commit 6b157e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -228,7 +228,7 @@ jobs:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

- name: "📦 authenticate with docr"
run: doctl registry login --expiry-seconds 600
run: doctl registry login --expiry-seconds 3600

- name: "📂 download docker artifacts"
uses: actions/download-artifact@v2
Expand All @@ -248,7 +248,6 @@ jobs:
name: Cleanup actions
needs:
- release
- deploy
- digital-ocean
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6b157e5

Please sign in to comment.