Skip to content

Commit

Permalink
change image name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingrismore committed Nov 29, 2023
1 parent c789499 commit ae18d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def hello():
name="ecs-hello-example",
work_pool_name="my-ecs-pool",
image=DeploymentImage(
name="455346737763.dkr.ecr.us-east-2.amazonaws.com/kevin-test-repo",
name="455346737763.dkr.ecr.us-east-2.amazonaws.com/ecs-example",
tag=commit_hash,
dockerfile="Dockerfile",
platform="linux/amd64",
Expand Down

0 comments on commit ae18d3f

Please sign in to comment.