From d19ec5c5385064ec99e3b1701ebed9c800a8bb60 Mon Sep 17 00:00:00 2001 From: kang yeon joo Date: Tue, 23 Apr 2024 20:26:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EB=AC=B8=EB=B2=95=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index dde3089..708201d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -57,7 +57,7 @@ jobs: - name: Docker build run: | docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} - docker build --platform linux/arm64/v8 -t app . + docker build --platform linux/arm64 -t app . docker tag app ${{ secrets.DOCKER_USERNAME }}/conet:latest docker push ${{ secrets.DOCKER_USERNAME }}/conet:latest