We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8855061 commit 00575bfCopy full SHA for 00575bf
.github/workflows/docker.yml
@@ -73,6 +73,7 @@ jobs:
73
git checkout -b update/cms/${{ github.sha }}
74
yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/cms-frontend:${{ github.sha }}"' apps/projects/cms/staging/deploy-cms-frontend.yml
75
yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/cms-backend:${{ github.sha }}"' apps/projects/cms/staging/deploy-cms-backend.yml
76
+ yq -i '.items[0].spec.template.spec.initContainers[0].image = "ghcr.io/csesoc/cms-migrations:${{ github.sha }}"' apps/projects/cms/staging/deploy-cms-backend.yml
77
yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/website-frontend:${{ github.sha }}"' apps/projects/cms/staging/deploy-website-frontend.yml
78
git add .
79
git commit -m "feat(cms/staging): update images"
0 commit comments