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"