mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat(cd): configure automated semantic releases
This commit is contained in:
parent
cf3c281eb3
commit
8e796d7e78
3 changed files with 45 additions and 3 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -1,10 +1,14 @@
|
|||
ARG VERSION=unknown
|
||||
ARG GIT_COMMIT=unknown
|
||||
|
||||
##################
|
||||
## common
|
||||
##################
|
||||
FROM node:14-alpine as common
|
||||
LABEL org.label-schema.schema-version="1.0" \
|
||||
org.label-schema.name="listory" \
|
||||
stage="common"
|
||||
LABEL org.opencontainers.image.title="listory" \
|
||||
org.opencontainers.image.version=$VERSION \
|
||||
org.opencontainers.image.revision=$GIT_COMMIT \
|
||||
de.apricote.stage="common"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue