We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4059b33 commit 759b01dCopy full SHA for 759b01d
.github/workflows/release.yml
@@ -97,6 +97,7 @@ jobs:
97
- name: Migration
98
if: env.HAS_MIGRATIONS == 'true'
99
run: |
100
+ kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
101
kamal server exec --no-interactive "docker pull ghcr.io/${{ env.image_repository_name }}:latest || true"
102
kamal app exec --no-reuse --no-interactive --version=latest "--AppTasks=migrate"
103
0 commit comments