Skip to content

Commit

Permalink
deploy-production.yml: fix syntax error in get image digest step
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 14, 2023
1 parent 8ea28ad commit 6d96526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' }}
id: get_digest_from_tagged_image
run: |
image_digest=$(aws ecr describe-images
image_digest=$(aws ecr describe-images \
--repository-name ${{ vars.ECR_REPOSITORY }} \
--image-ids imageTag=${{ steps.set_image_tag.outputs.image_tag }} \
| jq -r '.imageDetails[].imageDigest')
Expand Down

0 comments on commit 6d96526

Please sign in to comment.