Compare commits

..

No commits in common. "b198d36200a8f7cd018d659dabf54e23f46bf4e6" and "03513b78ec812698f025e2d6d2e1be032c5dad4d" have entirely different histories.

2 changed files with 16 additions and 16 deletions

View file

@ -1,25 +1,26 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
settings: registry: registry.nulo.in
registry: registry.nulo.in repo: registry.nulo.in/sutty/monit
username: sutty tags:
repo: registry.nulo.in/sutty/monit - ${ALPINE_VERSION}
tags: - latest
- ${ALPINE_VERSION} build_args:
- latest - EMAIL=${MONIT_EMAIL}
build_args: - 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.15.1 - 3.13.6
- 3.14.4 - 3.14.3
- 3.13.8 - 3.15.0

View file

@ -13,7 +13,6 @@ 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"