Compare commits

...

2 commits

Author SHA1 Message Date
f
58e5186239 lint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-03-12 16:38:17 -03:00
f
99b19b1fce intentarlo sin filtrar 2022-03-12 16:37:05 -03:00

View file

@ -1,25 +1,21 @@
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
repo: registry.nulo.in/sutty/ectomobile
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/rails
username: sutty
settings:
repo: registry.nulo.in/sutty/ectomobile
registry: registry.nulo.in
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/rails
username: sutty
secrets:
- docker_password
when:
branch: no-masters
event: push
path:
include:
- ./Dockerfile
- ./.woodpecker.yml
ignore_message: '[all]'
matrix:
ALPINE_VERSION:
- 3.13.6