Skip to content

Commit e784572

Browse files
authored
Update and rename deploy.yml to build-and-deploy.yml
1 parent 72fc8e3 commit e784572

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
1716
- uses: docker/setup-buildx-action@v3
18-
1917
- uses: docker/login-action@v3
2018
with:
2119
registry: ghcr.io
@@ -25,8 +23,8 @@ jobs:
2523
- name: Build & Push spike image (root Dockerfile)
2624
uses: docker/build-push-action@v6
2725
with:
28-
context: . # 레포 루트를 컨텍스트로
29-
file: ./Dockerfile # 루트의 Dockerfile 사용
26+
context: .
27+
file: ./Dockerfile # ← 루트 Dockerfile 사용
3028
push: true
3129
tags: |
3230
ghcr.io/dmu-debugvisual/debugvisual-spike:latest

0 commit comments

Comments
 (0)