Replies: 1 comment
-
Try tagging the image name with |
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
-
Using azure.yaml I can define the docker image to be built and used for a service, but what I want to do is to deploy an azure containerapps job that uses the latest built image, I don't find such a way to achieve this, anyone can help?
What I'm doing now:
In my main.bicep:
But this means after I change the code, I'll need to first commit the change, deploy it, get the image tag, and then update the main.bicep again just to modify the image tag.
This is annoying, is there a better way to allow the job to use image from latest docker image built?
Beta Was this translation helpful? Give feedback.
All reactions