Skip to content

Commit fd03e9a

Browse files
authored
🐛 fix: release-dev workflow에서 dockerfile 위치를 못 읽는 문제 해결 (#185)
1 parent a4c8585 commit fd03e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build and Push Image
4242
uses: docker/build-push-action@v6
4343
with:
44-
context: .
44+
context: ./backend
4545
push: true
4646
tags: ${{ steps.meta.outputs.tags }}
4747
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)