24 lines
592 B
YAML
24 lines
592 B
YAML
steps:
|
|
publish:
|
|
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
|
settings:
|
|
registry: "https://gitea.nulo.in"
|
|
username: "sutty"
|
|
repo: "gitea.nulo.in/sutty/repository"
|
|
tags:
|
|
- "${ALPINE_VERSION}"
|
|
- "latest"
|
|
build_args:
|
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
|
- "BASE_IMAGE=gitea.nulo.in/sutty/sdk"
|
|
secrets:
|
|
- "DOCKER_PASSWORD"
|
|
when:
|
|
branch: "antifascista"
|
|
event: "push"
|
|
matrix:
|
|
include:
|
|
- ALPINE_VERSION: "3.20.2"
|
|
- ALPINE_VERSION: "3.19.3"
|
|
- ALPINE_VERSION: "3.18.8"
|
|
- ALPINE_VERSION: "3.17.9"
|