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