chore: Only run deploy_template after deploy_image has been completed (#7693)

This commit is contained in:
Muhammad Atif Ali
2023-05-26 12:20:14 +00:00
committed by GitHub
parent 79ab72fbb1
commit e5add7292f
+1
View File
@@ -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