From 3ef89c578cd77557107f4612e1d0f3488f1d6298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Sacrist=C3=A1n=20Ib=C3=A1=C3=B1ez?= Date: Thu, 13 May 2021 15:31:45 +0200 Subject: [PATCH] Update aws.yml --- .github/workflows/aws.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 7296ec2..461f37b 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -39,8 +39,7 @@ jobs: # Build a docker container and # push it to ECR so that it can # be deployed to ECS. - echo $ECR_REGISTRY - echo $ECR_REPOSITORY + echo $IMAGE_TAG docker build -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"