Compare commits

..

No commits in common. "d7c8408442b4ccc01ef2dd0fcd45263dc112e755" and "0d8481e62de49a0ba3170d03dc29e86d81a4f7c9" have entirely different histories.

View file

@ -1,23 +1,23 @@
pipeline:
publish:
image: "plugins/docker"
image: plugins/docker
settings:
registry: "registry.nulo.in"
username: "sutty"
repo: "registry.nulo.in/sutty/containers-sdk"
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/containers-sdk
tags:
- "${ALPINE_VERSION}"
- "latest"
- ${ALPINE_VERSION}
- latest
build_args:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- ALPINE_VERSION=${ALPINE_VERSION}
secrets:
- "docker_password"
- docker_password
when:
branch: "antifascista"
event: "push"
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
- "3.17.1"
- "3.16.3"
- "3.15.6"
- "3.14.8"
- 3.17.0
- 3.16.3
- 3.15.6
- 3.14.8