Commit fb5eac4 1 parent db77d83 commit fb5eac4 Copy full SHA for fb5eac4
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 91
91
esac
92
92
93
93
git checkout -b update/freerooms-$build_type/${{ github.sha }}
94
- yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/freerooms-backend:${{ github.sha }}"' apps/ projects/freerooms/$build_type/deploy-backend.yml
95
- yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/freerooms-frontend:${{ github.sha }}"' apps/ projects/freerooms/$build_type/deploy-frontend.yml
94
+ yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/freerooms-backend:${{ github.sha }}"' projects/freerooms/$build_type/deploy-backend.yml
95
+ yq -i '.items[0].spec.template.spec.containers[0].image = "ghcr.io/csesoc/freerooms-frontend:${{ github.sha }}"' projects/freerooms/$build_type/deploy-frontend.yml
96
96
97
97
git add .
98
98
git commit -m "feat(freerooms-$build_type): update images"
You can’t perform that action at this time.
0 commit comments