Replies: 1 comment
-
For anyone wondering how to achieve this you can do it by editing your worker pool base job template. ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently working on setting up an AWS ECS push work pool. My runs are failing because I'm publishing my own docker images to a private Github Container Registry and I have not provided my credentials anywhere in my python deployment file or otherwise.
It seems ultimately I need to define repositoryCredentials somewhere in my deployment so that the ECS task-definition contains my repository credentials. AWS Task Definition Docs
My deploy_flow.py
I dug through the docs, other issues and the discussions without any luck. Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions