diff --git a/.travis.yml b/.travis.yml index f03cc86..6a47653 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ jobs: env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o release/chrly - -ldflags '-extldflags "-static" -X github.com/elyby/chrly/version.version=$APP_VERSION -X github.com/elyby/chrly/version.commit=$TRAVIS_COMMIT' + -ldflags "-extldflags '-static' -X github.com/elyby/chrly/version.version=$APP_VERSION -X github.com/elyby/chrly/version.commit=$TRAVIS_COMMIT" main.go - docker build -t elyby/chrly:$DOCKER_TAG . - docker push elyby/chrly:$DOCKER_TAG diff --git a/CHANGELOG.md b/CHANGELOG.md index 3118d01..a898f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - xxxx-xx-xx +### Fixed +- [#22](https://github.com/elyby/chrly/issues/22): Correct version passing during building of the Docker image. ## [4.4.0] - 2020-04-22 ### Added