Compare commits

...

4 commits

Author SHA1 Message Date
f 819a46d1f2
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
Some checks failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/push/woodpecker/3 Pipeline failed
2024-02-13 13:25:11 -03:00
f 2a72840be0
fix: 3.15 eol 2024-02-13 13:22:59 -03:00
f 397dff920a
fix: upgrade alpine 2024-02-13 13:22:45 -03:00
f e66b364db7
ci: pipeline is deprecated 2023-12-12 13:36:48 -03:00

View file

@ -1,4 +1,4 @@
pipeline:
steps:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
@ -21,11 +21,11 @@ pipeline:
matrix:
include:
- MAX_MEMORY: "500mb"
ALPINE_VERSION: "3.19.0"
ALPINE_VERSION: "3.19.1"
REDIS_VERSION: "7.2.3"
- MAX_MEMORY: "500mb"
ALPINE_VERSION: "3.18.5"
ALPINE_VERSION: "3.18.6"
REDIS_VERSION: "7.0.14"
- MAX_MEMORY: "500mb"
ALPINE_VERSION: "3.17.6"
ALPINE_VERSION: "3.17.7"
REDIS_VERSION: "7.0.14"