Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Dec 3, 2024
1 parent 9b52f70 commit 264cc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ 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
with:
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
Expand Down

0 comments on commit 264cc1f

Please sign in to comment.