From 5adcf0613e1c868ef227a9c401c4f9d7cb8a8394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=9E=AC=ED=95=9C?= <99114456+jaehan4707@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:33:40 +0900 Subject: [PATCH] =?UTF-8?q?setting:=20=EB=8F=84=EC=BB=A4=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mimo-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mimo-deploy.yml b/.github/workflows/mimo-deploy.yml index 3d4ea4b..710d4a3 100644 --- a/.github/workflows/mimo-deploy.yml +++ b/.github/workflows/mimo-deploy.yml @@ -49,7 +49,7 @@ jobs: - name: List files in the current directory run: ls -al - name: Build the Docker image - run: docker build -t ${{ secrets.DOCKER_REPO }} -f ../Dockerfile . + run: docker build -t ${{ secrets.DOCKER_REPO }} -f /home/runner/work/mimo-server/Dockerfile . push-docker-image: runs-on: ubuntu-latest