Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Set short-lived token for doctl
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Feb 3, 2024
1 parent 5bc2404 commit ff0983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.DIGITALOCEAN_TOKEN }}
- name: Log in to DigitalOcean Docker Registry
run: |
doctl registry login
doctl registry login --expiry-seconds=300
- name: Publish local Docker image
run: ./sbt docker:publishLocal
- name: Push image to DO registry
Expand Down

0 comments on commit ff0983e

Please sign in to comment.