containers-pocketbase/.woodpecker.yml

24 lines
527 B
YAML
Raw Normal View History

2023-09-28 14:30:48 +00:00
pipeline:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "https://gitea.nulo.in"
2023-01-14 19:09:32 +00:00
username: "sutty"
2023-09-28 14:30:48 +00:00
repo: "gitea.nulo.in/sutty/pocketbase"
tags:
2023-01-14 19:09:32 +00:00
- "${ALPINE_VERSION}"
2023-09-28 14:30:48 +00:00
- "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-04 21:03:42 +00:00
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
2023-09-28 14:30:48 +00:00
secrets:
- "DOCKER_PASSWORD"
2023-09-28 14:30:48 +00:00
when:
branch: "antifascista"
event: "push"
2021-10-03 23:19:00 +00:00
matrix:
ALPINE_VERSION:
2023-12-07 13:22:26 +00:00
- "3.19.0"
2023-12-04 14:03:14 +00:00
- "3.18.5"
- "3.17.6"