Compare commits

..

No commits in common. "754e3a695cb444b5f4503f6cad0fdd97a1ae3685" and "7fd97eaa9f7eb4d91c0db434fbd2587df496a6af" have entirely different histories.

View file

@ -1,25 +1,22 @@
pipeline:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
image: plugins/docker
settings:
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "gitea.nulo.in/sutty/opendkim"
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/opendkim
tags:
- "${ALPINE_VERSION}"
- "latest"
- ${ALPINE_VERSION}
- latest
build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/monit"
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
secrets:
- "DOCKER_PASSWORD"
- docker_password
when:
branch: "antifascista"
event: "push"
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
- "3.18.0"
- "3.17.3"
- "3.16.5"
- "3.15.8"
- "3.14.10"
- 3.17.0
- 3.16.3