diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 7dbf26c..8844985 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -47,7 +47,7 @@ jobs: context: ./frontend file: ./frontend/Dockerfile push: true - tags: ghcr.io/${{ github.repository_owner }}/pastebook-frontend:latest + tags: ghcr.io/loudbook/pastebook-frontend:latest - name: Build and push backend Docker image to GHCR uses: docker/build-push-action@v3 @@ -55,7 +55,7 @@ jobs: context: ./backend file: ./backend/Dockerfile push: true - tags: ghcr.io/${{ github.repository_owner }}/pastebook-backend:latest + tags: ghcr.io/loudbook/pastebook-backend:latest - name: Log in to Docker Hub uses: docker/login-action@v2