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.
2 parents d3552bc + 7445d34 commit 4f5ccd5Copy full SHA for 4f5ccd5
.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