Skip to content

Commit

Permalink
more correct context for docker#
Browse files Browse the repository at this point in the history
  • Loading branch information
scammo committed Jan 4, 2024
1 parent 19c3672 commit f7ed882
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 @@ -32,15 +32,15 @@ jobs:
- name: Build Frontend
uses: docker/build-push-action@v3
with:
context: .
context: frontend
file: frontend/Dockerfile
push: true
tags: "ghcr.io/${{ github.repository }}/frontend:latest"

- name: Build Backend
uses: docker/build-push-action@v3
with:
context: .
context: backend
file: backend/Dockerfile
push: true
tags: "ghcr.io/${{ github.repository }}/backend:latest"
Expand Down

0 comments on commit f7ed882

Please sign in to comment.