Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fc6797

Browse files
matifaliammario
authored andcommitted
chore: Only run deploy_template after deploy_image has been completed (coder#7693)
1 parent 6492276 commit 3fc6797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dogfood.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
cache-from: type=registry,ref=codercom/oss-dogfood:latest
5050
cache-to: type=inline
5151
deploy_template:
52+
needs: deploy_image
5253
runs-on: ubuntu-latest
5354
steps:
5455
- name: Checkout

0 commit comments

Comments
 (0)