Skip to content

Commit 64d1885

Browse files
committed
Fix codegen github action.
1 parent 2280c84 commit 64d1885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build Backend no push
3737
uses: docker/build-push-action@v3
3838
with:
39-
context: ./backend
39+
file: ./backend/Dockerfile
4040
platforms: linux/amd64
4141
push: false
4242
tags: github-action

0 commit comments

Comments
 (0)