We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fc8e3 commit e784572Copy full SHA for e784572
.github/workflows/deploy.yml .github/workflows/build-and-deploy.yml.github/workflows/deploy.yml renamed to .github/workflows/build-and-deploy.yml
@@ -13,9 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
-
17
- uses: docker/setup-buildx-action@v3
18
19
- uses: docker/login-action@v3
20
with:
21
registry: ghcr.io
@@ -25,8 +23,8 @@ jobs:
25
23
- name: Build & Push spike image (root Dockerfile)
26
24
uses: docker/build-push-action@v6
27
28
- context: . # 레포 루트를 컨텍스트로
29
- file: ./Dockerfile # 루트의 Dockerfile 사용
+ context: .
+ file: ./Dockerfile # ← 루트 Dockerfile 사용
30
push: true
31
tags: |
32
ghcr.io/dmu-debugvisual/debugvisual-spike:latest
0 commit comments