Skip to content

Commit 8b9def8

Browse files
authored
Update dogfood.yaml
1 parent 173e769 commit 8b9def8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dogfood.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
tags: "codercom/oss-dogfood:${{ steps.docker-tag-name.outputs.tag }},codercom/oss-dogfood:latest"
5252
cache-from: type=registry,ref=codercom/oss-dogfood:latest
5353
cache-to: type=inline
54+
5455
deploy_template:
5556
needs: deploy_image
5657
runs-on: ubuntu-latest
@@ -82,4 +83,4 @@ jobs:
8283
CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
8384
CODER_TEMPLATE_VERSION: ${{ steps.vars.outputs.sha_short }}
8485
CODER_TEMPLATE_DIR: ./dogfood
85-
CODER_TEMPLATE_MESSAGE: ${{ steps.message.output.pr_title }}
86+
CODER_TEMPLATE_MESSAGE: ${{ steps.message.outputs.pr_title }}

0 commit comments

Comments
 (0)