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 8b9def8 commit f23b7a9Copy full SHA for f23b7a9
.github/workflows/dogfood.yaml
@@ -51,18 +51,18 @@ 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
58
steps:
59
- name: Checkout
60
uses: actions/checkout@v3
61
62
- name: Get short commit SHA
63
id: vars
64
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
65
66
- name: Get Latest Commit Title
67
id: message
68
run: echo "pr_title==$(git log --format=%s -n 1 ${{ github.sha }})" >> $GITHUB_OUTPUT
0 commit comments