We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b57d79 commit 642715aCopy full SHA for 642715a
.github/workflows/chicmoz-prod.yml
@@ -34,7 +34,7 @@ jobs:
34
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
35
36
- name: Log in to DigitalOcean Container Registry with short-lived credentials
37
- run: doctl registry login --expiry-seconds 600
+ run: doctl registry login --expiry-seconds 1800
38
39
- name: Cleanup old images
40
run: |
0 commit comments