From 5a3cd97403a24302c21768aede6d90b50dee259b Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Fri, 6 Oct 2023 13:41:29 +0100 Subject: [PATCH] Echo commit tag --- .github/workflows/aws_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index be5247d10..f477d9ab1 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -112,6 +112,7 @@ jobs: commit_tag: ${{ github.sha }} readable_tag: ${{ inputs.environment }}-${{ steps.tag.outputs.tag }} run: | + echo $commit_tag echo $readable_tag manifest=$(aws ecr batch-get-image --repository-name $repository --image-ids imageTag=$commit_tag --output text --query images[].imageManifest) echo $manifest