steps: publish: image: "docker.io/woodpeckerci/plugin-docker-buildx" settings: registry: "https://gitea.nulo.in" username: "sutty" repo: "gitea.nulo.in/sutty/CHANGEME" 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.1" - "3.18.6" - "3.17.7" - "3.16.9"