Skip to content

Commit c3929f2

Browse files
authored
Update build-and-deploy.yml
1 parent 489015f commit c3929f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Build & Push spike image (root Dockerfile)
2424
uses: docker/build-push-action@v6
2525
with:
26-
context: .
27-
file: ./Dockerfile # 루트 Dockerfile 사용
26+
context: . # 루트 컨텍스트
27+
file: ./Dockerfile # 루트 Dockerfile 사용
2828
push: true
2929
tags: |
3030
ghcr.io/dmu-debugvisual/debugvisual-spike:latest

0 commit comments

Comments
 (0)