Skip to content

Commit c76af76

Browse files
committed
update
1 parent da00adb commit c76af76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
- name: Kamal bootstrap
7979
run: |
8080
kamal server bootstrap
81-
kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
8281
8382
- name: Check if first run and execute kamal app boot if necessary
8483
run: |
@@ -97,6 +96,7 @@ jobs:
9796
- name: Migration
9897
if: env.HAS_MIGRATIONS == 'true'
9998
run: |
99+
kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
100100
kamal server exec --no-interactive "docker pull ghcr.io/${{ env.image_repository_name }}:latest || true"
101101
kamal app exec --no-reuse --no-interactive --version=latest "--AppTasks=migrate"
102102

0 commit comments

Comments
 (0)