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 d4e8d43 commit c01b1b6Copy full SHA for c01b1b6
.github/workflows/release.yml
@@ -65,8 +65,8 @@ jobs:
65
exit 1
66
fi
67
BUILD_NUMBER=$((BUILD_NUMBER + 1))
68
- RELEASE_VERSION="$VERSION.$BUILD_NUMBER"
69
+ RELEASE_VERSION="$VERSION.$BUILD_NUMBER"
70
RELEASE_BRANCH=${GITHUB_REF#refs/heads/}
71
DOCKER_TAGS="$PACKAGE:$RELEASE_VERSION"
72
DOCKER_TAGS="$DOCKER_TAGS,$PACKAGE:$STREAM"
0 commit comments