containers-tor/.woodpecker.yml

26 lines
670 B
YAML
Raw Normal View History

2021-10-03 23:19:00 +00:00
pipeline:
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/tor"
2022-03-19 17:48:54 +00:00
tags:
2023-03-28 18:47:10 +00:00
- "${ALPINE_VERSION}-${SUTTY_TOR_HIDDEN_SERVICE_VERSION}"
2023-01-14 19:09:32 +00:00
- "latest"
2022-03-19 17:48:54 +00:00
build_args:
2023-03-28 18:47:10 +00:00
- "SUTTY_TOR_HIDDEN_SERVICE_VERSION=${SUTTY_TOR_HIDDEN_SERVICE_VERSION}"
2023-01-14 19:09:32 +00:00
- "ALPINE_VERSION=${ALPINE_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:
ALPINE_VERSION:
2023-08-08 14:18:00 +00:00
- "3.18.3"
- "3.17.5"
2023-03-28 18:47:10 +00:00
SUTTY_TOR_HIDDEN_SERVICE_VERSION:
2023-03-30 13:25:38 +00:00
- "0.1.3"