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

This commit is contained in:
Muhammad Atif Ali 2023-05-26 15:20:14 +03:00 committed by GitHub
parent 79ab72fbb1
commit e5add7292f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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