Skip to content

Commit 7253842

Browse files
committed
Fix Kubernetes client build URL: use study-mate instead of studymate
1 parent 94fe638 commit 7253842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
docker tag ghcr.io/aet-devops25/team-3/client:ec2-${COMMIT_SHA} ghcr.io/aet-devops25/team-3/client:ec2-latest
3737
docker push ghcr.io/aet-devops25/team-3/client:ec2-latest
3838
39-
# Build client for Kubernetes deployment (studymate.student.k8s.aet.cit.tum.de)
39+
# Build client for Kubernetes deployment (study-mate.student.k8s.aet.cit.tum.de)
4040
- name: Build and push client for Kubernetes
4141
run: |
42-
docker build --platform linux/amd64 --build-arg VITE_API_BASE_URL=https://studymate.student.k8s.aet.cit.tum.de -t ghcr.io/aet-devops25/team-3/client:k8s-${COMMIT_SHA} ./client
42+
docker build --platform linux/amd64 --build-arg VITE_API_BASE_URL=https://study-mate.student.k8s.aet.cit.tum.de -t ghcr.io/aet-devops25/team-3/client:k8s-${COMMIT_SHA} ./client
4343
docker push ghcr.io/aet-devops25/team-3/client:k8s-${COMMIT_SHA}
4444
docker tag ghcr.io/aet-devops25/team-3/client:k8s-${COMMIT_SHA} ghcr.io/aet-devops25/team-3/client:k8s-latest
4545
docker push ghcr.io/aet-devops25/team-3/client:k8s-latest

0 commit comments

Comments
 (0)