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 c88cd75 commit df12881Copy full SHA for df12881
.github/workflows/main.yml
@@ -122,7 +122,7 @@ jobs:
122
123
echo "::set-output name=tags::$TAGS"
124
echo "::set-output name=push::$PUSH"
125
- echo "::set-output name=version::$(echo $GITHUB_REF | awk -F '/' '{ print $3}')"
+ echo "::set-output name=version::$TRAVIS_TAG"
126
echo "::set-output name=buildVersion::$VERSION"
127
-
128
name: Login to DockerHub
0 commit comments