We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a26bc9 commit 95a32dcCopy full SHA for 95a32dc
.github/workflows/release.yml
@@ -102,6 +102,6 @@ jobs:
102
103
- name: Deploy with Kamal
104
run: |
105
- kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
106
kamal lock release -v
+ kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
107
kamal deploy -P --version latest
0 commit comments