Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update docs/ecs_guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: nate nowack <nate@prefect.io>
  • Loading branch information
taylor-curran and zzstoatzz authored Jul 31, 2023
1 parent 17b2837 commit ac5ea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ecs_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Here is an example build action for ECR:
stream_output: false
- prefect_docker.deployments.steps.build_docker_image:
requires: prefect-docker>=0.3.0
image_name: <>.dkr.ecr.us-east-2.amazonaws.com/<registry>
image_name: <your-AWS-account-number>.dkr.ecr.us-east-2.amazonaws.com/<registry>
tag: '{{ get-commit-hash.stdout }}'
dockerfile: auto
push: true
Expand Down

0 comments on commit ac5ea3d

Please sign in to comment.