Compare commits

...

2 Commits

Author SHA1 Message Date
Tamás Gérczei 63207da518
fixed image version tagging in assembly stage 2020-12-16 10:08:37 +01:00
Tamás Gérczei d9ea56e5ec
version bump 2020-12-16 09:40:16 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ FROM golang:${GOVERSION}-alpine AS buildenv
ARG REPO="https://gitea.com/gitea/tea.git"
ARG VERSION="0.5.0"
ARG VERSION="0.6.0"
ENV TEA_VERSION="${VERSION}"
ARG CGO_ENABLED="0"
@ -22,7 +22,7 @@ RUN apk add --quiet --no-cache git && \
FROM scratch
ARG BUILD_DATE
ARG VERSION
ARG VERSION="0.6.0"
LABEL org.opencontainers.image.title="Gitea - Git with a cup of tea"
LABEL org.opencontainers.image.description="A command line tool to interact with Gitea servers"
LABEL org.opencontainers.image.version="${VERSION}"

View File

@ -1,7 +1,7 @@
## tea: A command line tool to interact with Gitea servers
### Build
- docker build . -t gitea/tea:0.5.0
- docker build . -t gitea/tea:0.6.0
...or to build a specific release (check [here](https://gitea.com/gitea/tea/releases)):