Skip to content

Commit fb5eac4

Browse files
committed
fix(cd): update cd manifest path
1 parent db77d83 commit fb5eac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
esac
9292
9393
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
9696
9797
git add .
9898
git commit -m "feat(freerooms-$build_type): update images"

0 commit comments

Comments
 (0)