diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 53db30d..83337bb 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -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