Compare commits

..

13 commits

Author SHA1 Message Date
f
f11431874b
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-ruby into antifascista
All checks were successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful
ci/woodpecker/push/woodpecker/4 Pipeline was successful
2024-10-29 11:57:45 -03:00
f
aac5aacc8f
Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista 2024-10-23 10:41:39 -03:00
f
7c99447606
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2024-10-23 10:41:31 -03:00
f
0e8b6ac71a
fix: move docker password to plugin config
https://github.com/woodpecker-ci/woodpecker/issues/4140#issuecomment-2369019247
2024-10-23 10:35:32 -03:00
f
8548fda204
Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista 2024-09-14 17:29:05 -03:00
f
acaf232d62
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2024-09-14 17:27:36 -03:00
f
fc1a12e592
fix: upgrade alpines 2024-09-14 17:25:35 -03:00
f
24334093b6
Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista 2024-07-23 10:22:08 -03:00
f
0dab2e2f21
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2024-07-23 10:21:14 -03:00
f
000ac53f39
feat: upgrades
https://alpinelinux.org/posts/Alpine-3.17.9-3.18.8-3.19.3-released.html

https://alpinelinux.org/posts/Alpine-3.20.2-released.html
2024-07-23 10:18:44 -03:00
f
441dc86068
fix: AS [skip ci] 2024-06-21 12:29:45 -03:00
f
6ce591abc0
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2024-06-21 12:29:28 -03:00
f
41354bbc95
fix: deprecate MAINTAINER 2024-06-21 12:21:51 -03:00

View file

@ -14,22 +14,22 @@ steps:
- "ALPINE_VERSION=${ALPINE_VERSION}" - "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/ruby" - "BASE_IMAGE=gitea.nulo.in/sutty/ruby"
purge: false purge: false
secrets: password:
- "DOCKER_PASSWORD" from_secret: "DOCKER_PASSWORD"
when: when:
branch: "antifascista" branch: "antifascista"
event: "push" event: "push"
matrix: matrix:
include: include:
- ALPINE_VERSION: "3.20.1" - ALPINE_VERSION: "3.20.3"
RUBY_VERSION: "3.3" RUBY_VERSION: "3.3"
RUBY_PATCH: "1" RUBY_PATCH: "3"
- ALPINE_VERSION: "3.19.2" - ALPINE_VERSION: "3.19.4"
RUBY_VERSION: "3.2" RUBY_VERSION: "3.2"
RUBY_PATCH: "4" RUBY_PATCH: "4"
- ALPINE_VERSION: "3.18.7" - ALPINE_VERSION: "3.18.9"
RUBY_VERSION: "3.2" RUBY_VERSION: "3.2"
RUBY_PATCH: "4" RUBY_PATCH: "4"
- ALPINE_VERSION: "3.17.8" - ALPINE_VERSION: "3.17.10"
RUBY_VERSION: "3.1" RUBY_VERSION: "3.1"
RUBY_PATCH: "5" RUBY_PATCH: "5"