fixed image version tagging in assembly stage

This commit is contained in:
Tamás Gérczei 2020-12-16 10:08:37 +01:00
parent d9ea56e5ec
commit 63207da518
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN apk add --quiet --no-cache git && \
FROM scratch FROM scratch
ARG BUILD_DATE 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.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.description="A command line tool to interact with Gitea servers"
LABEL org.opencontainers.image.version="${VERSION}" LABEL org.opencontainers.image.version="${VERSION}"