Merge branch 'antifascista' of https://gitea.sutty.coop.ar/Sutty/containers-skel into antifascista

This commit is contained in:
f 2023-05-10 12:51:53 -03:00
commit 634c141250

View file

@ -1,10 +1,10 @@
pipeline:
publish:
image: "plugins/docker"
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "registry.nulo.in"
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "registry.nulo.in/sutty/repository"
repo: "gitea.nulo.in/sutty/repository"
tags:
- "${ALPINE_VERSION}"
- "latest"
@ -12,12 +12,13 @@ pipeline:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=registry.nulo.in/sutty/containers-sdk"
secrets:
- "docker_password"
- "DOCKER_PASSWORD"
when:
branch: "antifascista"
event: "push"
matrix:
ALPINE_VERSION:
- "3.18.0"
- "3.17.3"
- "3.16.5"
- "3.15.8"