Compare commits

..

No commits in common. "58e51862394ca081d35bca10d3c9f93f19a4750d" and "0e24c3738ec6e0c017413dd863160cd60cad6f34" have entirely different histories.

View file

@ -1,21 +1,25 @@
pipeline:
publish:
image: plugins/docker
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
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
secrets:
- docker_password
when:
branch: no-masters
event: push
path:
include:
- ./Dockerfile
- ./.woodpecker.yml
ignore_message: '[all]'
matrix:
ALPINE_VERSION:
- 3.13.6