containers-sdk/.woodpecker.yml

24 lines
483 B
YAML
Raw Permalink Normal View History

2023-12-12 16:36:48 +00:00
steps:
2021-09-29 18:08:39 +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"
2023-05-10 15:51:02 +00:00
repo: "gitea.nulo.in/sutty/sdk"
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}"
2021-09-29 18:08:39 +00:00
secrets:
- "DOCKER_PASSWORD"
2021-09-29 18:08:39 +00:00
when:
2023-01-14 19:09:32 +00:00
branch: "antifascista"
event: "push"
2021-09-29 18:08:39 +00:00
matrix:
ALPINE_VERSION:
2024-02-13 16:22:45 +00:00
- "3.19.1"
- "3.18.6"
- "3.17.7"
- "3.16.9"