From 0c645e580ff78f7a51ef039afebd256dfba91fd1 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Fri, 6 Oct 2023 17:51:35 +0100 Subject: [PATCH] Remove comments --- .github/workflows/aws_deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index a9d593eb7..daa308bfd 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -114,9 +114,6 @@ jobs: manifest=$(aws ecr batch-get-image --repository-name $repository --image-ids imageTag=$commit_tag --output text --query images[].imageManifest) aws ecr put-image --repository-name $repository --image-tag $readable_tag --image-manifest "$manifest" echo "image=$registry/$repository:$readable_tag" >> $GITHUB_ENV - # manifest=$(aws ecr batch-get-image --repository-name $repository --image-ids imageTag=$commit_tag --output text --query images[].imageManifest) - # aws ecr put-image --repository-name $repository --image-tag $readable_tag --image-manifest "$manifest" - # echo "image=$registry/$repository:$readable_tag" >> $GITHUB_ENV - name: Configure AWS credentials for environment uses: aws-actions/configure-aws-credentials@v3