Compare commits

..

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

View file

@ -1,21 +1,25 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
settings: registry: registry.nulo.in
repo: registry.nulo.in/sutty/ectomobile repo: registry.nulo.in/sutty/ectomobile
registry: registry.nulo.in tags:
tags: - ${ALPINE_VERSION}
- ${ALPINE_VERSION} - latest
- latest build_args:
build_args: - ALPINE_VERSION=${ALPINE_VERSION}
- ALPINE_VERSION=${ALPINE_VERSION} - BASE_IMAGE=registry.nulo.in/sutty/rails
- BASE_IMAGE=registry.nulo.in/sutty/rails username: sutty
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