Skip to content

Commit

Permalink
Fix ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Apr 28, 2024
1 parent 3ed78db commit fcd64a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service_docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
DOCKER_TAG_PREFIX: ${{ inputs.tag-prefix }}
DOCKER_REGISTRY_REPOSITORIES: ${{ inputs.registry-repositories }}
RELEASE_TYPE: ${{ inputs.release-type }}
GITHUB_RELEASE_TAG: ${{ github.ref }}
GITHUB_RELEASE_TAG: ${{ github.ref_name }}
GITHUB_REF_TYPE: ${{ github.ref_type }}

- name: Set REPOSITORY_BUILD_VERSION
Expand Down

0 comments on commit fcd64a3

Please sign in to comment.