From c58efbb74ca1612d2b8f4111cd2c60d7dd882097 Mon Sep 17 00:00:00 2001 From: "sw_vi.xi" Date: Tue, 3 Feb 2026 16:34:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI/CD=20=EC=9B=8C=ED=81=AC=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=EC=97=90=20checkout=20=EB=8B=A8=EA=B3=84=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a7c096a..96e9984 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -45,6 +45,9 @@ jobs: needs: test steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Set up Docker build id: buildx uses: docker/setup-buildx-action@v3 @@ -60,6 +63,7 @@ jobs: id: docker_build uses: docker/build-push-action@v6 with: + context: . push: true tags: ${{ env.DOCKER_IMAGE }} cache-from: type=gha