From df84db03964fd2d19983b3fc1d1009c5dd5e2d5b Mon Sep 17 00:00:00 2001 From: kdkdhoho Date: Tue, 9 Jul 2024 00:19:13 +0900 Subject: [PATCH] =?UTF-8?q?=20fix:=20=EB=B0=B0=ED=8F=AC=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=ED=99=94=20=EC=8B=9C=20=EB=8F=84=EC=BB=A4=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20Pull=20=EC=8B=A4=ED=8C=A8=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0=20(#prod)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-cd.yml | 4 ++-- .github/workflows/prod-cd.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-cd.yml b/.github/workflows/dev-cd.yml index 021d5cdb..c6ec672c 100644 --- a/.github/workflows/dev-cd.yml +++ b/.github/workflows/dev-cd.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Github Actions 호스트 IP 가져오기 id: ip - uses: haythem/public-ip@bdddd92c198b0955f0b494a8ebeac529754262ff + uses: candidob/get-runner-ip@2e5406f1492227920ba96df909e648be5e8b8cb2 - name: AWS 로그인 uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 @@ -63,7 +63,7 @@ jobs: arguments: bootJar - name: 도커 이미지 빌드 - run: docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.IMAGE_NAME }}:${{ secrets.DEV_TAG }} ./ + run: docker build --platform linux/arm64 -t ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.IMAGE_NAME }}:${{ secrets.DEV_TAG }} ./ - name: 도커 허브에 로그인 uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index 10098303..bd6a2d05 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Github Actions 호스트 IP 가져오기 id: ip - uses: haythem/public-ip@bdddd92c198b0955f0b494a8ebeac529754262ff + uses: candidob/get-runner-ip@2e5406f1492227920ba96df909e648be5e8b8cb2 - name: AWS 로그인 uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502