Compare commits
7 commits
03513b78ec
...
b198d36200
Author | SHA1 | Date | |
---|---|---|---|
|
b198d36200 | ||
|
e565c1380a | ||
|
45562a4354 | ||
|
1b72fdc8b0 | ||
|
65304feb56 | ||
|
a299ab663f | ||
|
9a9ee411da |
2 changed files with 16 additions and 16 deletions
|
@ -1,26 +1,25 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
registry: registry.nulo.in
|
registry: registry.nulo.in
|
||||||
|
username: sutty
|
||||||
repo: registry.nulo.in/sutty/monit
|
repo: registry.nulo.in/sutty/monit
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}
|
- ${ALPINE_VERSION}
|
||||||
- latest
|
- latest
|
||||||
build_args:
|
build_args:
|
||||||
- EMAIL=${MONIT_EMAIL}
|
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||||
- BASE_IMAGE=alpine
|
- BASE_IMAGE=alpine
|
||||||
username: sutty
|
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
|
||||||
|
purge: false
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- docker_password
|
||||||
cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION}
|
|
||||||
docker:
|
|
||||||
purge: false
|
|
||||||
when:
|
when:
|
||||||
branch: antifascista
|
branch: antifascista
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- 3.13.6
|
- 3.15.1
|
||||||
- 3.14.3
|
- 3.14.4
|
||||||
- 3.15.0
|
- 3.13.8
|
||||||
|
|
|
@ -13,6 +13,7 @@ MAINTAINER "f <f@sutty.nl>"
|
||||||
ENV EMAIL=monit@sutty.nl
|
ENV EMAIL=monit@sutty.nl
|
||||||
ENV EMAIL_FROM=monit@sutty.nl
|
ENV EMAIL_FROM=monit@sutty.nl
|
||||||
ENV MMONIT=mmmonit.athshe.sutty.nl
|
ENV MMONIT=mmmonit.athshe.sutty.nl
|
||||||
|
ENV CREDENTIALS=mmmonit:mmmonit.athshe.sutty.nl
|
||||||
|
|
||||||
# Locale
|
# Locale
|
||||||
ENV LANG="C.UTF-8"
|
ENV LANG="C.UTF-8"
|
||||||
|
|
Loading…
Reference in a new issue