Skip to content

Commit

Permalink
make github actions build work
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 authored Nov 15, 2024
1 parent 1c46f3e commit b934478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build and push backend to registry
uses: docker/build-push-action@v4
with:
context: /backend
context: backend/
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Build and push frontend to registry
uses: docker/build-push-action@v4
with:
context: /frontend
context: frontend/
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit b934478

Please sign in to comment.