steps: publish: image: "docker.io/woodpeckerci/plugin-docker-buildx" settings: registry: "https://gitea.nulo.in" username: "sutty" repo: "gitea.nulo.in/sutty/borg" tags: - "${ALPINE_VERSION}" - "latest" build_args: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=gitea.nulo.in/sutty/monit" secrets: - "DOCKER_PASSWORD" when: branch: "antifascista" event: "push" matrix: ALPINE_VERSION: - "3.19.0" - "3.18.5"