diff --git a/.woodpecker.yml b/.woodpecker.yml index e3e6494..d5e1011 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,17 +1,18 @@ pipeline: publish: image: plugins/docker - registry: registry.nulo.in - repo: registry.nulo.in/sutty/nginx - tags: - - ${ALPINE_VERSION} - - latest - build_args: - - ALPINE_VERSION=${ALPINE_VERSION} - - BASE_IMAGE=registry.nulo.in/sutty/monit - - 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 - username: sutty + settings: + registry: registry.nulo.in + username: sutty + repo: registry.nulo.in/sutty/nginx + tags: + - ${ALPINE_VERSION} + - latest + build_args: + - ALPINE_VERSION=${ALPINE_VERSION} + - BASE_IMAGE=registry.nulo.in/sutty/monit + - 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: - docker_password when: @@ -19,6 +20,7 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.13.7 - - 3.14.3 - - 3.15.0 + - 3.16.2 + - 3.15.6 + - 3.14.8 + - 3.13.12