BREAKING CHANGE: rename
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
85a58c5d36
commit
ace5a925f4
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
registry: "https://gitea.nulo.in"
|
registry: "https://gitea.nulo.in"
|
||||||
username: "sutty"
|
username: "sutty"
|
||||||
repo: "gitea.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,7 +12,7 @@ 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=gitea.nulo.in/sutty/containers-sdk-ruby"
|
- "BASE_IMAGE=gitea.nulo.in/sutty/sdk-ruby"
|
||||||
secrets:
|
secrets:
|
||||||
- "DOCKER_PASSWORD"
|
- "DOCKER_PASSWORD"
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue