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 0ad8ced + a012511 commit a08bb14Copy full SHA for a08bb14
.github/workflows/tag-release-quay.yml
@@ -47,7 +47,7 @@ jobs:
47
run: echo "tag=$(git describe --tags --abbrev=0)" >> ${GITHUB_OUTPUT}
48
- name: Get latest tag hash
49
id: hash
50
- run: echo "hash=$(git rev-parse --short ${{ steps.tag.outputs.tag }} )" >> ${GITHUB_OUTPUT}
+ run: echo "hash=$(git rev-parse --short=7 ${{ steps.tag.outputs.tag }} )" >> ${GITHUB_OUTPUT}
51
- name: Create new tag
52
shell: bash
53
env:
0 commit comments