Skip to content

Commit 72fc8e3

Browse files
authored
Update deploy.yml
1 parent f72d792 commit 72fc8e3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,20 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
1617
- uses: docker/setup-buildx-action@v3
18+
1719
- uses: docker/login-action@v3
1820
with:
1921
registry: ghcr.io
2022
username: ${{ github.actor }}
2123
password: ${{ secrets.GITHUB_TOKEN }}
2224

23-
- uses: docker/build-push-action@v6
25+
- name: Build & Push spike image (root Dockerfile)
26+
uses: docker/build-push-action@v6
2427
with:
25-
context: .
26-
file: server/Dockerfile
28+
context: . # 레포 루트를 컨텍스트로
29+
file: ./Dockerfile # 루트의 Dockerfile 사용
2730
push: true
2831
tags: |
2932
ghcr.io/dmu-debugvisual/debugvisual-spike:latest

0 commit comments

Comments
 (0)