Skip to content

Commit 759b01d

Browse files
committed
try logging in twice
1 parent 4059b33 commit 759b01d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- name: Migration
9898
if: env.HAS_MIGRATIONS == 'true'
9999
run: |
100+
kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
100101
kamal server exec --no-interactive "docker pull ghcr.io/${{ env.image_repository_name }}:latest || true"
101102
kamal app exec --no-reuse --no-interactive --version=latest "--AppTasks=migrate"
102103

0 commit comments

Comments
 (0)