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 9513743 commit d8127abCopy full SHA for d8127ab
.github/workflows/tag-release-quay.yml
@@ -44,7 +44,7 @@ jobs:
44
skopeo login quay.io -u ${QUAY_ROBOT_USERNAME} -p ${QUAY_ROBOT_TOKEN}
45
- name: Get latest tag name
46
id: tag
47
- run: echo "tag=$(git describe --tags --abbrev=0)" >> ${GITHUB_OUTPUT}
+ run: echo "tag=$(git tag | tail -n 1)" >> ${GITHUB_OUTPUT}
48
- name: Get latest tag hash
49
id: hash
50
run: echo "hash=$(git rev-parse --short=7 ${{ steps.tag.outputs.tag }} )" >> ${GITHUB_OUTPUT}
0 commit comments