From dfbb9646cc9144b232a88f4f759ac8a9f4a7b7a0 Mon Sep 17 00:00:00 2001 From: Seo-Kyeong Hwang <purewater71@naver.com> Date: Sat, 20 Jan 2024 00:35:29 +0900 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d88d099..c475eec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,6 +50,6 @@ jobs: ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY_NAME }} IMAGE_TAG: ${{ github.sha }} run: | - docker buildx build --platform=linux/amd64 -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . - docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG - echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" \ No newline at end of file + docker buildx build --platform=linux/amd64 -t $ECR_REGISTRY/$ECR_REPOSITORY . + docker push $ECR_REGISTRY/$ECR_REPOSITORY + echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY"