Skip to content

Commit 0fa4e57

Browse files
committed
fix(ci): frontend image build context must be repo root (monorepo shared pkg)
1 parent c3c6395 commit 0fa4e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
context: .
5050
dockerfile: ./backend/Dockerfile
5151
- name: frontend
52-
context: ./frontend
52+
context: .
5353
dockerfile: ./frontend/Dockerfile
5454
- name: web
5555
context: ./web

0 commit comments

Comments
 (0)