Compare commits

..

No commits in common. "380c0db8fe8d2b029c0b799d5853ed56c01db212" and "23845f54a8fbc89b2765f7dd9cef6a7964d57c3c" have entirely different histories.

View file

@ -1,16 +1,15 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
settings: registry: registry.nulo.in
registry: registry.nulo.in repo: registry.nulo.in/sutty/rspamd
username: sutty tags:
repo: registry.nulo.in/sutty/rspamd - ${ALPINE_VERSION}
tags: - latest
- ${ALPINE_VERSION} build_args:
- latest - ALPINE_VERSION=${ALPINE_VERSION}
build_args: - BASE_IMAGE=registry.nulo.in/sutty/redis
- ALPINE_VERSION=${ALPINE_VERSION} username: sutty
- BASE_IMAGE=registry.nulo.in/sutty/redis
secrets: secrets:
- docker_password - docker_password
when: when:
@ -18,7 +17,6 @@ pipeline:
event: push event: push
matrix: matrix:
ALPINE_VERSION: ALPINE_VERSION:
- 3.17.0 - 3.13.7
- 3.16.3 - 3.14.3
- 3.15.6 - 3.15.0
- 3.14.8