Skip to content

Commit e67f8c5

Browse files
committed
fix: fix workflows for transfer to zeuswpi
1 parent abb2fc7 commit e67f8c5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ jobs:
3535

3636
- name: Build Backend Docker image
3737
run: |
38-
docker build backend -t ghcr.io/tyboro2002/slimste_student_backend:pr-${{ github.sha }}
38+
docker build backend -t ghcr.io/zeuswpi/slimste_student_backend:pr-${{ github.sha }}
3939
if [ "${{ github.event_name }}" == "push" ]; then
40-
docker tag ghcr.io/tyboro2002/slimste_student_backend:pr-${{ github.sha }} ghcr.io/tyboro2002/slimste_student_backend:latest
40+
docker tag ghcr.io/zeuswpi/slimste_student_backend:pr-${{ github.sha }} ghcr.io/zeuswpi/slimste_student_backend:latest
4141
fi
4242
4343
- name: Build Frontend Docker image
4444
run: |
45-
docker build frontend -t ghcr.io/tyboro2002/slimste_student_frontend:pr-${{ github.sha }}
45+
docker build frontend -t ghcr.io/zeuswpi/slimste_student_frontend:pr-${{ github.sha }}
4646
if [ "${{ github.event_name }}" == "push" ]; then
47-
docker tag ghcr.io/tyboro2002/slimste_student_frontend:pr-${{ github.sha }} ghcr.io/tyboro2002/slimste_student_frontend:latest
47+
docker tag ghcr.io/zeuswpi/slimste_student_frontend:pr-${{ github.sha }} ghcr.io/zeuswpi/slimste_student_frontend:latest
4848
fi
4949
5050
- name: Push Backend Docker image
5151
if: github.event_name == 'push'
52-
run: docker push --all-tags ghcr.io/tyboro2002/slimste_student_backend
52+
run: docker push --all-tags ghcr.io/zeuswpi/slimste_student_backend
5353

5454
- name: Push Frontend Docker image
5555
if: github.event_name == 'push'
56-
run: docker push --all-tags ghcr.io/tyboro2002/slimste_student_frontend
56+
run: docker push --all-tags ghcr.io/zeuswpi/slimste_student_frontend

0 commit comments

Comments
 (0)