mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:46:22 +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"
|
- "package.json"
|
||||||
- "yarn.lock"
|
- "yarn.lock"
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: "plugins/docker"
|
||||||
settings:
|
settings:
|
||||||
registry: registry.nulo.in
|
registry: "registry.nulo.in"
|
||||||
username: sutty
|
username: "sutty"
|
||||||
repo: registry.nulo.in/sutty/panel
|
repo: "registry.nulo.in/sutty/panel"
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||||
- latest
|
- "latest"
|
||||||
build_args:
|
build_args:
|
||||||
- RUBY_VERSION=${RUBY_VERSION}
|
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||||
- RUBY_PATCH=${RUBY_PATCH}
|
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/rails
|
- "BASE_IMAGE=registry.nulo.in/sutty/rails"
|
||||||
purge: false
|
purge: false
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- "docker_password"
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- rails
|
- "rails"
|
||||||
- panel.sutty.nl
|
- "panel.sutty.nl"
|
||||||
event: push
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: 3.14.8
|
- ALPINE_VERSION: "3.14.8"
|
||||||
RUBY_VERSION: 2.7
|
RUBY_VERSION: "2.7"
|
||||||
RUBY_PATCH: 6
|
RUBY_PATCH: "6"
|
||||||
|
|
Loading…
Reference in a new issue