Compare commits

...

6 commits

Author SHA1 Message Date
f 7d00d2cfd1 Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-skel into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-04-04 10:39:32 -03:00
f deaa49652f alpine releases
https://alpinelinux.org/posts/Alpine-3.12.11-3.13.9-3.14.5-3.15.3-released.html
2022-03-28 19:06:57 -03:00
f e565c1380a woodpecker-cli lint 2022-03-19 14:48:54 -03:00
f 65304feb56 alpine upgrade 2022-03-19 14:46:16 -03:00
f a299ab663f newer versions first 2022-03-08 09:43:09 -03:00
f 9a9ee411da alpine versions 2022-03-03 22:59:09 -03:00

View file

@ -1,15 +1,16 @@
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
repo: registry.nulo.in/sutty/syncthing
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
username: sutty
settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/syncthing
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/monit
secrets:
- docker_password
when:
@ -17,6 +18,6 @@ pipeline:
event: push
matrix:
ALPINE_VERSION:
- 3.13.7
- 3.14.3
- 3.15.0
- 3.15.3
- 3.14.5
- 3.13.9