We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc00ce commit dc326a4Copy full SHA for dc326a4
1 file changed
.github/workflows/release.yml
@@ -116,6 +116,7 @@ jobs:
116
run: |
117
kamal lock release -v
118
kamal server exec --no-interactive 'echo "${{ env.KAMAL_REGISTRY_PASSWORD }}" | docker login ghcr.io -u ${{ env.KAMAL_REGISTRY_USERNAME }} --password-stdin'
119
+ kamal server exec --no-interactive 'docker pull ghcr.io/${{ env.image_repository_name }}:latest'
120
kamal deploy -P --version latest
121
122
- name: Migration
0 commit comments