condition deploy_template
job on deploy_image
job completion
#7662
Labels
s3
Bugs that confuse, annoy, or are purely cosmetic
Problem
When we make changes to https://github.com/coder/coder/blob/main/dogfood/Dockerfile,
dogfood.yaml
action deploys the templatedeploy_template
asynchronously todeploy_image
and the dogfood templates get updated before a newer image is updated so that update does not include the changes made inDockerfile
coder/.github/workflows/dogfood.yaml
Line 51 in f47ecc2
Solution
We should condition
deploy_template
job ondeploy_image
completionThe text was updated successfully, but these errors were encountered: