We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1925c4 commit 35b4fe3Copy full SHA for 35b4fe3
.github/workflows/backend.yaml
@@ -63,7 +63,7 @@ jobs:
63
- name: Build and push
64
uses: docker/build-push-action@v6
65
with:
66
- context: .
+ context: ./backend
67
platforms: linux/amd64,linux/arm64
68
push: true
69
tags: ${{ steps.meta.outputs.tags }}
.github/workflows/frontend.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
+ context: ./frontend
54
55
56
0 commit comments