Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deploy_template
deploy_image
1 parent 6492276 commit 3fc6797Copy full SHA for 3fc6797
.github/workflows/dogfood.yaml
@@ -49,6 +49,7 @@ jobs:
49
cache-from: type=registry,ref=codercom/oss-dogfood:latest
50
cache-to: type=inline
51
deploy_template:
52
+ needs: deploy_image
53
runs-on: ubuntu-latest
54
steps:
55
- name: Checkout
0 commit comments