Hi, I have an app on App Platform, I connect my docker.hub repository and runs a new website. It’s ok for now. And I push a new docker image to my repo but my app doesnt pull the new image and redeploy. I asked to AI chatbot on the right corner, it responses me to add a line to my yaml file “deploy_on_push: true” but it doesnt work. I get an error, I attached a ss. Can you help me?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey!
As per the documentation here, the
deploy_on_push
for deploying new image tags is only for the DOCR images:For more information about the DigitalOcean container registry, you can check out the official documentation here:
Hope that this helps!
- Bobby