From f9825da9491b2a47683264c303072e8552624efd Mon Sep 17 00:00:00 2001 From: eun-byeol Date: Fri, 3 Jan 2025 16:45:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20docker=20=EB=B9=8C=EB=93=9C=EC=8B=9C=20e?= =?UTF-8?q?nv=20=EB=AA=85=EB=A0=B9=EC=96=B4=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd-prod-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-cd-prod-v2.yml b/.github/workflows/backend-cd-prod-v2.yml index bcf4dd294..77f66c61d 100644 --- a/.github/workflows/backend-cd-prod-v2.yml +++ b/.github/workflows/backend-cd-prod-v2.yml @@ -74,7 +74,7 @@ jobs: docker push ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:prod-previous || true - name: Docker Image Build And Push - run: docker build --platform linux/arm64 --env SPRING_PROFILES_ACTIVE=prod -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}-prod_v2 -f Dockerfile . --push + run: docker build --platform linux/arm64 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}-prod_v2 -f Dockerfile . --push pull-and-deploy: needs: build-and-push