Skip to content

Commit

Permalink
deploy-production.yml: correct path to metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 9, 2023
1 parent 2f8b366 commit d26b9ae
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 @@ -101,7 +101,7 @@ jobs:
- name: Set Image Digest from Metadata
id: set_image_digest
run: |
image_digest=$(cat /tmp/metadata.json | jq -r '."containerimage.digest"')
image_digest=$(cat metadata.json | jq -r '."containerimage.digest"')
echo "image_digest=$image_digest" >> $GITHUB_OUTPUT
- name: Export shared infrastructure SSM parameter values to auto.tfvars.json files
Expand Down

0 comments on commit d26b9ae

Please sign in to comment.