Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
45ca6a926b
1 changed files with 16 additions and 14 deletions
|
@ -1,17 +1,18 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
registry: registry.nulo.in
|
settings:
|
||||||
repo: registry.nulo.in/sutty/nginx
|
registry: registry.nulo.in
|
||||||
tags:
|
username: sutty
|
||||||
- ${ALPINE_VERSION}
|
repo: registry.nulo.in/sutty/nginx
|
||||||
- latest
|
tags:
|
||||||
build_args:
|
- ${ALPINE_VERSION}
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- latest
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
build_args:
|
||||||
- GEOIP2_DATABASE=https://archive.archlinux.org/packages/g/geoip2-database/geoip2-database-20191203-1-any.pkg.tar.xz
|
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||||
- CRAWLERS=https://raw.githubusercontent.com/monperrus/crawler-user-agents/master/crawler-user-agents.json
|
- BASE_IMAGE=registry.nulo.in/sutty/monit
|
||||||
username: sutty
|
- GEOIP2_DATABASE=https://archive.archlinux.org/packages/g/geoip2-database/geoip2-database-20191203-1-any.pkg.tar.xz
|
||||||
|
- CRAWLERS=https://raw.githubusercontent.com/monperrus/crawler-user-agents/master/crawler-user-agents.json
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- docker_password
|
||||||
when:
|
when:
|
||||||
|
@ -19,6 +20,7 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- 3.13.7
|
- 3.16.2
|
||||||
- 3.14.3
|
- 3.15.6
|
||||||
- 3.15.0
|
- 3.14.8
|
||||||
|
- 3.13.12
|
||||||
|
|
Loading…
Reference in a new issue