From ede01ee82acff45af67ab8231f7cd1cfb2414225 Mon Sep 17 00:00:00 2001 From: hseong3243 <48748265+hseong3243@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:05:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20CD=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EB=8F=84=EC=BB=A4=20=EC=95=A1=EC=85=98=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index cee8909..a8f650a 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -42,6 +42,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: + context: . push: true tags: ${{ secrets.DOCKER_USERNAME }}/shoutlink:latest