From 264cc1f20163fbc9a6e19a816195abdc3c4e9b6a Mon Sep 17 00:00:00 2001 From: Loudbook Date: Tue, 3 Dec 2024 16:47:52 -0500 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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