File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7676 driver-opts : image=moby/buildkit:master
7777
7878 - name : Kamal bootstrap
79- run : kamal server bootstrap
79+ run : |
80+ 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'
8082
8183 - name : Check if first run and execute kamal app boot if necessary
8284 run : |
9597 - name : Migration
9698 if : env.HAS_MIGRATIONS == 'true'
9799 run : |
98- kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
99100 kamal server exec --no-interactive "docker pull ghcr.io/${{ env.image_repository_name }}:latest || true"
100101 kamal app exec --no-reuse --no-interactive --version=latest "--AppTasks=migrate"
101102
You can’t perform that action at this time.
0 commit comments