Skip to content

Commit 214a41b

Browse files
authored
Update docker-build-push.yml (#45)
1 parent 40d98d9 commit 214a41b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build-push.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
run: |
3434
echo "Release tag: ${{ github.event.release.tag_name }}"
3535
VERSION="${{ github.event.release.tag_name }}"
36-
# VERSION="${VERSION#v}"
37-
VERSION=1.2
36+
VERSION="${VERSION#v}"
3837
echo "Version: $VERSION"
3938
echo "release_version=$VERSION" >> $GITHUB_ENV
4039

0 commit comments

Comments
 (0)