mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: Only run deploy_template after deploy_image has been completed (#7693)
This commit is contained in:
@@ -49,6 +49,7 @@ jobs:
|
||||
cache-from: type=registry,ref=codercom/oss-dogfood:latest
|
||||
cache-to: type=inline
|
||||
deploy_template:
|
||||
needs: deploy_image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user