mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:31:42 +00:00
chore: yaml
This commit is contained in:
parent
1b0c3cb0ac
commit
0b63ebdd27
1 changed files with 17 additions and 17 deletions
|
@ -18,29 +18,29 @@ pipeline:
|
|||
- "package.json"
|
||||
- "yarn.lock"
|
||||
publish:
|
||||
image: plugins/docker
|
||||
image: "plugins/docker"
|
||||
settings:
|
||||
registry: registry.nulo.in
|
||||
username: sutty
|
||||
repo: registry.nulo.in/sutty/panel
|
||||
registry: "registry.nulo.in"
|
||||
username: "sutty"
|
||||
repo: "registry.nulo.in/sutty/panel"
|
||||
tags:
|
||||
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
||||
- latest
|
||||
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||
- "latest"
|
||||
build_args:
|
||||
- RUBY_VERSION=${RUBY_VERSION}
|
||||
- RUBY_PATCH=${RUBY_PATCH}
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/rails
|
||||
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "BASE_IMAGE=registry.nulo.in/sutty/rails"
|
||||
purge: false
|
||||
secrets:
|
||||
- docker_password
|
||||
- "docker_password"
|
||||
when:
|
||||
branch:
|
||||
- rails
|
||||
- panel.sutty.nl
|
||||
event: push
|
||||
- "rails"
|
||||
- "panel.sutty.nl"
|
||||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: 3.14.8
|
||||
RUBY_VERSION: 2.7
|
||||
RUBY_PATCH: 6
|
||||
- ALPINE_VERSION: "3.14.8"
|
||||
RUBY_VERSION: "2.7"
|
||||
RUBY_PATCH: "6"
|
||||
|
|
Loading…
Reference in a new issue