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 0ad8ced commit a012511Copy full SHA for a012511
.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