mirror of
				https://github.com/elyby/chrly.git
				synced 2025-05-31 14:11:51 +05:30 
			
		
		
		
	Resolves #22. Fix passing version to the binary
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user