Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 27, 2024
1 parent 18ced38 commit da298e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Migration
if: env.HAS_MIGRATIONS == 'true'
run: |
echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | kamal server exec --no-interactive docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin
kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
kamal server exec --no-interactive "docker pull ghcr.io/${{ env.image_repository_name }}:latest || true"
kamal app exec --no-reuse --no-interactive --version=latest "--AppTasks=migrate"
Expand Down

0 comments on commit da298e6

Please sign in to comment.