From 1e4a162dd555981c3912acf43cb7fee719ef4d84 Mon Sep 17 00:00:00 2001 From: WonyuChoi Date: Tue, 25 Jun 2024 18:45:03 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20docker=20build=20name=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c6c15c1f..374e8332 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -49,7 +49,7 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v2 - - name: Build, tag, and push Docker image to Amazon ECR + - name: Build and push Docker image to Amazon ECR run: | docker build -t $ECR_REPOSITORY:latest . docker tag $ECR_REPOSITORY:latest $ECR_REGISTRY/$ECR_REPOSITORY:latest