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 030ebaa commit 6d30396Copy full SHA for 6d30396
.github/workflows/nodejs.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: imranismail/setup-kustomize@v2
56
- run: |
57
cd prod
58
- kustomize edit set image vnguyen/openbeta-graph-api:${GITHUB_REF}
+ kustomize edit set image vnguyen/openbeta-graph-api:${GITHUB_REF_NAME}
59
- name: Check if there is any change
60
id: get_changes
61
run: echo "changed=$(git status --porcelain | wc -l)" >> $GITHUB_OUTPUT
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
git config user.name github-actions
66
git config user.email github-actions@github.com
67
- git commit -am "Update deployment. Code=${GITHUB_REF}"
+ git commit -am "Update deployment. Code=${GITHUB_REF_NAME}"
68
git push
69
70
# build docker image and push to registry
0 commit comments