File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments