Skip to content

Commit b719e5a

Browse files
Merge pull request #42 from mirakl/1.4.1
create a 1.4.1 version
2 parents abc65f5 + e27a4b1 commit b719e5a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME = s3proxy
22
REMOTE_NAME = ${REGISTRY}${NAME}
33

44
GOPATH ?= ${HOME}/go
5-
VERSION ?= 1.4.0
5+
VERSION ?= 1.4.1
66

77
LDFLAGS=-ldflags "-X main.version=${VERSION}"
88

‎README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Clone the project : `git clone git@github.com:mirakl/s3proxy.git` and run `make`
4949
* run `make docker-image-push`
5050

5151

52+
## Add a new release
53+
54+
You only need to add a tag version in this repo without "v". [Dockerhub](https://hub.docker.com/repository/docker/mirakl/s3proxy) will see this tag and create a new artefact (docker image).
55+
56+
5257
## s3proxy Configuration
5358

5459
You can use environment variables or command line options for configuration.

0 commit comments

Comments
 (0)