Compare commits
No commits in common. "ace5a925f461fa82a8d480bd678523800af0c45d" and "74a2ae331a3443364fdffc5c0543d32699c71ad2" have entirely different histories.
ace5a925f4
...
74a2ae331a
1 changed files with 5 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: "docker.io/woodpeckerci/plugin-docker-buildx"
|
||||
image: "plugins/docker"
|
||||
settings:
|
||||
registry: "https://gitea.nulo.in"
|
||||
registry: "registry.nulo.in"
|
||||
username: "sutty"
|
||||
repo: "gitea.nulo.in/sutty/gem-compiler"
|
||||
repo: "registry.nulo.in/sutty/containers-gem-compiler"
|
||||
tags:
|
||||
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||
- "latest"
|
||||
|
@ -12,17 +12,14 @@ pipeline:
|
|||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||
- "BASE_IMAGE=gitea.nulo.in/sutty/sdk-ruby"
|
||||
- "BASE_IMAGE=registry.nulo.in/sutty/containers-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"
|
||||
|
|
Loading…
Reference in a new issue