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 67c875b commit 69104eeCopy full SHA for 69104ee
.github/workflows/deploy-prod.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
cd k8s/overlays/production
36
kustomize edit set image api=${{ secrets.DO_REGISTRY }}/${{ vars.API_IMAGE }}:${{ needs.build.outputs.image_tag }}
37
- kustomize edit set image ui=${{ secrets.DO_REGISTRY }}/${{ vars.WEB_IMAGE }}:${{ needs.build.outputs.image_tag }}
+ kustomize edit set image web=${{ secrets.DO_REGISTRY }}/${{ vars.WEB_IMAGE }}:${{ needs.build.outputs.image_tag }}
38
39
- name: Deploy to production
40
0 commit comments