diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 104cbb4..32e9c57 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -37,11 +37,11 @@ jobs: # 4. Build and push Frontend Docker image to GHCR - name: Build Frontend Docker image run: | - docker build -t ghcr.io/${{ github.repository }}/frontend:latest ./frontend - docker push ghcr.io/${{ github.repository }}/frontend:latest + docker build -t ghcr.io/jharworth21/hacksheffield-9/frontend:latest ./frontend + docker push ghcr.io/jharworth21/hacksheffield-9/frontend:latest # 5. Build and push Backend Docker image to GHCR - name: Build Backend Docker image run: | - docker build -t ghcr.io/${{ github.repository }}/backend:latest ./backend - docker push ghcr.io/${{ github.repository }}/backend:latest \ No newline at end of file + docker build -t ghcr.io/jharworth21/hacksheffield-9/backend:latest ./backend + docker push ghcr.io/jharworth21/hacksheffield-9/backend:latest \ No newline at end of file