From e522fb7f347ff71952035e2070c91b89603d02e0 Mon Sep 17 00:00:00 2001 From: dlsrks1021 Date: Tue, 19 Aug 2025 16:10:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20release-dev=20workflow=EC=97=90=EC=84=9C?= =?UTF-8?q?=20dockerfile=20=EC=9C=84=EC=B9=98=EB=A5=BC=20=EB=AA=BB=20?= =?UTF-8?q?=EC=9D=BD=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 3b0244e5..11305a64 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -41,7 +41,7 @@ jobs: - name: Build and Push Image uses: docker/build-push-action@v6 with: - context: . + context: ./backend push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}