Compare commits

...

5 commits

Author SHA1 Message Date
f
ace5a925f4 BREAKING CHANGE: rename
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-10 13:05:47 -03:00
f
85a58c5d36 Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista 2023-05-10 13:05:36 -03:00
f
fedf64f2b9 feat: alpine 3.18 2023-05-10 12:41:25 -03:00
f
24c31e7eb8 fix: base registry 2023-04-04 18:03:51 -03:00
f
da19bd76f8 BREAKING CHANGE: use public gitea registry 2023-04-04 17:22:42 -03:00

View file

@ -1,10 +1,10 @@
pipeline:
publish:
image: "plugins/docker"
image: "docker.io/woodpeckerci/plugin-docker-buildx"
settings:
registry: "registry.nulo.in"
registry: "https://gitea.nulo.in"
username: "sutty"
repo: "registry.nulo.in/sutty/containers-gem-compiler"
repo: "gitea.nulo.in/sutty/gem-compiler"
tags:
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
- "latest"
@ -12,14 +12,17 @@ pipeline:
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "RUBY_VERSION=${RUBY_VERSION}"
- "RUBY_PATCH=${RUBY_PATCH}"
- "BASE_IMAGE=registry.nulo.in/sutty/containers-sdk-ruby"
- "BASE_IMAGE=gitea.nulo.in/sutty/sdk-ruby"
secrets:
- "docker_password"
- "DOCKER_PASSWORD"
when:
branch: "antifascista"
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.0"
RUBY_VERSION: "3.2"
RUBY_PATCH: "2"
- ALPINE_VERSION: "3.17.3"
RUBY_VERSION: "3.1"
RUBY_PATCH: "4"