containers-nginx/.woodpecker.yml

32 lines
842 B
YAML
Raw Permalink Normal View History

2023-12-12 16:36:48 +00:00
steps:
2021-10-03 23:19:00 +00:00
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
2022-03-19 17:48:54 +00:00
settings:
registry: "https://gitea.nulo.in"
2023-01-14 19:09:32 +00:00
username: "sutty"
repo: "gitea.nulo.in/sutty/nginx"
2022-03-19 17:48:54 +00:00
tags:
2023-01-14 19:09:32 +00:00
- "${ALPINE_VERSION}"
- "latest"
2022-03-19 17:48:54 +00:00
build_args:
2023-01-14 19:09:32 +00:00
- "ALPINE_VERSION=${ALPINE_VERSION}"
2023-04-11 18:52:48 +00:00
- "ACCESS_LOG_VERSION=${ACCESS_LOG_VERSION}"
2023-10-17 14:16:37 +00:00
- "NGINX_VERSION=${NGINX_VERSION}"
2023-04-04 21:03:42 +00:00
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
2021-10-03 23:19:00 +00:00
secrets:
- "DOCKER_PASSWORD"
2021-10-03 23:19:00 +00:00
when:
2023-01-14 19:09:32 +00:00
branch: "antifascista"
event: "push"
2021-10-03 23:19:00 +00:00
matrix:
2023-10-17 14:16:37 +00:00
include:
- ALPINE_VERSION: "3.19.1"
2024-03-21 17:47:56 +00:00
ACCESS_LOG_VERSION: "0.5.8"
2024-02-19 16:23:47 +00:00
NGINX_VERSION: "1.24.0-r15"
2024-03-21 17:47:56 +00:00
- ALPINE_VERSION: "3.18.5"
ACCESS_LOG_VERSION: "0.5.8"
2023-10-17 14:16:37 +00:00
NGINX_VERSION: "1.24.0-r7"
2024-03-21 17:47:56 +00:00
- ALPINE_VERSION: "3.17.6"
ACCESS_LOG_VERSION: "0.5.8"
2023-10-17 14:16:37 +00:00
NGINX_VERSION: "1.22.1-r1"