Closed
Description
Problem
When we make changes to https://github.com/coder/coder/blob/main/dogfood/Dockerfile, dogfood.yaml
action deploys the template deploy_template
asynchronously to deploy_image
and the dogfood templates get updated before a newer image is updated so that update does not include the changes made in Dockerfile
coder/.github/workflows/dogfood.yaml
Line 51 in f47ecc2
Solution
We should condition deploy_template
job on deploy_image
completion