Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Jan 8, 2021
1 parent 88b5210 commit 704966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
then
VERSION=${GITHUB_TAG#v}
VERSION_PARTS=($(echo $VERSION | tr "." "\n"))
DOCKER_TAGS=($VERSION ${VERSION_PARTS[1]})
DOCKER_TAGS=($VERSION ${VERSION_PARTS[0]})
fi
echo "image tag(s):"
Expand Down

0 comments on commit 704966f

Please sign in to comment.