We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173e769 commit 8b9def8Copy full SHA for 8b9def8
.github/workflows/dogfood.yaml
@@ -51,6 +51,7 @@ jobs:
51
tags: "codercom/oss-dogfood:${{ steps.docker-tag-name.outputs.tag }},codercom/oss-dogfood:latest"
52
cache-from: type=registry,ref=codercom/oss-dogfood:latest
53
cache-to: type=inline
54
+
55
deploy_template:
56
needs: deploy_image
57
runs-on: ubuntu-latest
@@ -82,4 +83,4 @@ jobs:
82
83
CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
84
CODER_TEMPLATE_VERSION: ${{ steps.vars.outputs.sha_short }}
85
CODER_TEMPLATE_DIR: ./dogfood
- CODER_TEMPLATE_MESSAGE: ${{ steps.message.output.pr_title }}
86
+ CODER_TEMPLATE_MESSAGE: ${{ steps.message.outputs.pr_title }}
0 commit comments