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 5efdd13 commit 9d5dd74Copy full SHA for 9d5dd74
.github/workflows/docker.yml
@@ -107,7 +107,8 @@ jobs:
107
run: |
108
BRANCH_NAME="${GITHUB_REF#refs/heads/}"
109
DATE_TAG="${GITHUB_SHA:0:10}__$(date +'%Y-%m-%d')"
110
- RELEASE_NAME="${{ github.event.release.name }}"
+ RELEASE_NAME_INIT="${{ github.event.release.name }}"
111
+ RELEASE_NAME="${RELEASE_NAME_INIT##* }"
112
113
if [ -n "$RELEASE_NAME" ]; then
114
tags="${{ env.PREFIX }}-${DATE_TAG},${{ env.PREFIX }}-${RELEASE_NAME}"
0 commit comments