Skip to content

Commit

Permalink
fix(workflow): context of execution
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Aug 10, 2023
1 parent 4aa2462 commit 732d1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
context: ./backend
file: ./backend/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
context: ./frontend
file: ./frontend/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
Expand Down

0 comments on commit 732d1e9

Please sign in to comment.