Skip to content

Commit b893a2f

Browse files
committed
wip
1 parent 70216ed commit b893a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
VERSION=${GITHUB_REF#refs/tags/v}
4343
echo "VVERSION=${VVERSION}" >> ${GITHUB_OUTPUT}
4444
echo "VERSION=${VERSION}" >> ${GITHUB_OUTPUT}
45-
echo "DOCKER_TAGS=${{ env.DOCKER_IMAGE }}:${{ steps.is_prerelease.outputs.version }}" >> ${GITHUB_ENV}
45+
echo "DOCKER_TAGS=${{ env.DOCKER_IMAGE }}:${VERSION}" >> ${GITHUB_ENV}
4646
- name: Add Latest Tag
4747
if: steps.is_prerelease.outputs.IS_PRERELEASE == 'false'
4848
run: |

0 commit comments

Comments
 (0)