Skip to content

Commit

Permalink
Fix deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Mar 13, 2024
1 parent eb6c5cf commit df7432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
--no-fail-on-empty-changeset \
--image-repositories CodeRunnerFunction=$REPOSITORY_URI \
--capabilities CAPABILITY_IAM \
--role-arn ${CLOUDFORMATION_ROLE_ARN}
--role-arn ${CLOUDFORMATION_ROLE_ARN} \
--parameter-overrides \
ImageUri=${{ env.REPOSITORY_URI }}:${{ github.run_id }}

0 comments on commit df7432b

Please sign in to comment.