Compare commits

..

No commits in common. "8011ada5a783512a2a5c6de8bb4f8021142b9ae9" and "0c96b95ae5cb3b5f4aa3e5ca65ecf917e9e00790" have entirely different histories.

View file

@ -1,22 +1,22 @@
pipeline: pipeline:
publish: publish:
image: "plugins/docker" image: plugins/docker
settings: settings:
registry: "registry.nulo.in" registry: registry.nulo.in
username: "sutty" username: sutty
repo: "registry.nulo.in/sutty/mmmonit" repo: registry.nulo.in/sutty/mmmonit
tags: tags:
- "${ALPINE_VERSION}" - ${ALPINE_VERSION}
- "latest" - latest
build_args: build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}" - ALPINE_VERSION=${ALPINE_VERSION}
- "BASE_IMAGE=registry.nulo.in/sutty/monit" - BASE_IMAGE=registry.nulo.in/sutty/monit
- "MMMONIT_VERSION=0.3.0" - MMMONIT_VERSION=0.3.0
secrets: secrets:
- "docker_password" - docker_password
when: when:
branch: "antifascista" branch: antifascista
event: "push" event: push
matrix: matrix:
ALPINE_VERSION: ALPINE_VERSION:
- "3.17.1" - 3.17.0