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 3ed78db commit fcd64a3Copy full SHA for fcd64a3
.github/workflows/service_docker-build-and-publish.yml
@@ -112,7 +112,7 @@ jobs:
112
DOCKER_TAG_PREFIX: ${{ inputs.tag-prefix }}
113
DOCKER_REGISTRY_REPOSITORIES: ${{ inputs.registry-repositories }}
114
RELEASE_TYPE: ${{ inputs.release-type }}
115
- GITHUB_RELEASE_TAG: ${{ github.ref }}
+ GITHUB_RELEASE_TAG: ${{ github.ref_name }}
116
GITHUB_REF_TYPE: ${{ github.ref_type }}
117
118
- name: Set REPOSITORY_BUILD_VERSION
0 commit comments