Skip to content

Commit

Permalink
deploy-production.yml: fix manual trigger image digest step
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 18, 2023
1 parent 59ced6a commit 21b8251
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 @@ -64,7 +64,7 @@ jobs:
--repository-name ${{ vars.ECR_REPOSITORY }} \
--image-ids imageTag=${{ steps.set_image_tag.outputs.image_tag }} \
| jq -r '.imageDetails[].imageDigest')
echo "image_tag=$image_tag" >> $GITHUB_OUTPUT
echo "image_digest=$image_digest" >> $GITHUB_OUTPUT
production_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21b8251

Please sign in to comment.