From 8d7d3ef73c9f430b218865f5cc5e8cd08edb4ccb Mon Sep 17 00:00:00 2001 From: Dev Uni Date: Thu, 30 Nov 2023 22:36:57 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20infra=20=EB=94=94=EB=A0=89=ED=86=A0?= =?UTF-8?q?=EB=A6=AC=20=EC=83=9D=EC=84=B1=20=EB=B0=8F=20=EB=A6=AC=ED=8C=A9?= =?UTF-8?q?=ED=84=B0=EB=A7=81=20(#207)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor: infra 디렉토리 생성 및 리팩터링 * fix: 초기 아이템 데이터 이미지 링크 수정 * fix: DockerFile 경로 수정 --- .github/workflows/develop-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-cd.yml b/.github/workflows/develop-cd.yml index 987b4b6a..2a6558a3 100644 --- a/.github/workflows/develop-cd.yml +++ b/.github/workflows/develop-cd.yml @@ -126,7 +126,7 @@ jobs: - name: Docker Hub 빌드하고 푸시 uses: docker/build-push-action@v4 with: - context: . + context: ./infra push: true tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:${{ secrets.DOCKER_HUB_DEV_TAG }} build-args: |