Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Sep 11, 2023
1 parent 49c24e1 commit cfd0509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
run: |
pwd
tree -dL 2
echo "ecr_arn=`terragrunt output --json | jq .ecr_repository_arn.value -r`" >> "$GITHUB_OUTPUT"
echo "ecr_arn=$(terragrunt output --json | jq .ecr_repository_arn.value -r)" >> $GITHUB_OUTPUT
working-directory: terraform

- name: Fetch ECS Repo Url
run: |
echo $ECR_ARN
echo $ecr_arn
# Build docker image
- name: Set up Docker Buildx
Expand Down

0 comments on commit cfd0509

Please sign in to comment.