containers-tor/.woodpecker.yml
f 9f519fbdbf
All checks were successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
2024-03-25 10:31:36 -03:00

32 lines
896 B
YAML

steps:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "gitea.nulo.in/sutty/tor"
tags:
- "${ALPINE_VERSION}"
- "latest"
build_args:
- "TOR_VERSION=${TOR_VERSION}"
- "SUTTY_TOR_HIDDEN_SERVICE_VERSION=${SUTTY_TOR_HIDDEN_SERVICE_VERSION}"
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
secrets:
- "DOCKER_PASSWORD"
when:
branch: "antifascista"
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.19.1"
SUTTY_TOR_HIDDEN_SERVICE_VERSION: "0.1.3"
TOR_VERSION: "0.4.8.10"
- ALPINE_VERSION: "3.18.6"
SUTTY_TOR_HIDDEN_SERVICE_VERSION: "0.1.3"
TOR_VERSION: "0.4.8.10"
- ALPINE_VERSION: "3.17.7"
SUTTY_TOR_HIDDEN_SERVICE_VERSION: "0.1.3"
TOR_VERSION: "0.4.7.16"