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: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
registry: registry.nulo.in settings:
repo: registry.nulo.in/sutty/ectomobile repo: registry.nulo.in/sutty/ectomobile
tags: registry: registry.nulo.in
- ${ALPINE_VERSION} tags:
- latest - ${ALPINE_VERSION}
build_args: - latest
- ALPINE_VERSION=${ALPINE_VERSION} build_args:
- BASE_IMAGE=registry.nulo.in/sutty/rails - ALPINE_VERSION=${ALPINE_VERSION}
username: sutty - BASE_IMAGE=registry.nulo.in/sutty/rails
username: sutty
secrets: secrets:
- docker_password - docker_password
when: when:
branch: no-masters branch: no-masters
event: push event: push
path:
include:
- ./Dockerfile
- ./.woodpecker.yml
ignore_message: '[all]'
matrix: matrix:
ALPINE_VERSION: ALPINE_VERSION:
- 3.13.6 - 3.13.6