Skip to content

Commit 2e78633

Browse files
committed
Set context for docker build to root directory.
1 parent d978084 commit 2e78633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/backend.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
name: Build and push
8686
uses: docker/build-push-action@v3
8787
with:
88-
context: ./backend
88+
context: .
8989
platforms: linux/amd64,linux/arm64
9090
push: ${{ github.event_name != 'pull_request' }}
9191
tags: ${{ steps.backendMeta.outputs.tags }}
@@ -95,7 +95,7 @@ jobs:
9595
name: Build and push
9696
uses: docker/build-push-action@v3
9797
with:
98-
context: ./backend
98+
context: .
9999
platforms: linux/amd64,linux/arm64
100100
push: ${{ github.event_name != 'pull_request' }}
101101
tags: ${{ steps.heartbeatMeta.outputs.tags }}
@@ -106,7 +106,7 @@ jobs:
106106
name: Build and push
107107
uses: docker/build-push-action@v3
108108
with:
109-
context: ./backend
109+
context: .
110110
platforms: linux/amd64,linux/arm64
111111
push: ${{ github.event_name != 'pull_request' }}
112112
tags: ${{ steps.messagesMeta.outputs.tags }}

0 commit comments

Comments
 (0)