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 56db5f2 commit 7445d34Copy full SHA for 7445d34
.github/workflows/gradle.yml
@@ -100,13 +100,13 @@ jobs:
100
101
- name: Change Image tag
102
run: |
103
- sed -i '/^/s/tag:.*/tag: ${{ steps.vars.outputs.tag }}/' ./${CLUSTER_NAME}/${APP_NAME}/image.yaml
+ sed -i '/^/s/tag:.*/tag: ${{ steps.vars.outputs.sha_short }}/' ./${CLUSTER_NAME}/${APP_NAME}/image.yaml
104
ls
105
shell: bash
106
107
- name: GIT commit and push docs
108
env:
109
- CI_COMMIT_MESSAGE: Update Tag - ${{ steps.vars.outputs.tag }}
+ CI_COMMIT_MESSAGE: Update Tag - ${{ steps.vars.outputs.sha_short }}
110
CI_COMMIT_AUTHOR: zerone
111
112
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
0 commit comments