mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:36:22 +00:00
woodpecker
This commit is contained in:
parent
9dee10bcb9
commit
dd32a5a0c1
1 changed files with 26 additions and 0 deletions
26
.woodpecker.yml
Normal file
26
.woodpecker.yml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
pipeline:
|
||||||
|
publish:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: registry.nulo.in
|
||||||
|
username: sutty
|
||||||
|
repo: registry.nulo.in/sutty/panel
|
||||||
|
tags:
|
||||||
|
- ${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
|
||||||
|
purge: false
|
||||||
|
secrets:
|
||||||
|
- docker_password
|
||||||
|
when:
|
||||||
|
branch: antifascista
|
||||||
|
event: push
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- ALPINE_VERSION: 3.13.10
|
||||||
|
RUBY_VERSION: 2.7
|
||||||
|
RUBY_PATCH: 6
|
Loading…
Reference in a new issue