Skip to content

Commit dc326a4

Browse files
committed
Update release.yml
1 parent acc00ce commit dc326a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: |
117117
kamal lock release -v
118118
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'
119120
kamal deploy -P --version latest
120121
121122
- name: Migration

0 commit comments

Comments
 (0)