Skip to content

Commit 35b4fe3

Browse files
committed
Set correct context
1 parent b1925c4 commit 35b4fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Build and push
6464
uses: docker/build-push-action@v6
6565
with:
66-
context: .
66+
context: ./backend
6767
platforms: linux/amd64,linux/arm64
6868
push: true
6969
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build and push
5151
uses: docker/build-push-action@v6
5252
with:
53-
context: .
53+
context: ./frontend
5454
platforms: linux/amd64,linux/arm64
5555
push: true
5656
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)