mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix(cd): docker image labels are missing values
This commit is contained in:
parent
34007c56ea
commit
f68d05ce14
1 changed files with 5 additions and 4 deletions
|
|
@ -1,14 +1,15 @@
|
||||||
ARG VERSION=unknown
|
|
||||||
ARG GIT_COMMIT=unknown
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
## common
|
## common
|
||||||
##################
|
##################
|
||||||
FROM node:14-alpine as common
|
FROM node:14-alpine as common
|
||||||
|
|
||||||
|
ARG VERSION=unknown
|
||||||
|
ARG GIT_COMMIT=unknown
|
||||||
|
|
||||||
LABEL org.opencontainers.image.title="listory" \
|
LABEL org.opencontainers.image.title="listory" \
|
||||||
org.opencontainers.image.version=$VERSION \
|
org.opencontainers.image.version=$VERSION \
|
||||||
org.opencontainers.image.revision=$GIT_COMMIT \
|
org.opencontainers.image.revision=$GIT_COMMIT \
|
||||||
de.apricote.stage="common"
|
stage="common"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue