Compare commits

..

No commits in common. "689c9ed249ddd8c7db9818793a914f277305460e" and "511c12a6732d389fc9683a363258b308053fd4e6" have entirely different histories.

View file

@ -1,10 +1,10 @@
pipeline:
publish:
image: "docker.io/woodpeckerci/plugin-docker-buildx"
image: "plugins/docker"
settings:
registry: "https://gitea.nulo.in"
registry: "registry.nulo.in"
username: "sutty"
repo: "gitea.nulo.in/sutty/rails"
repo: "registry.nulo.in/sutty/rails"
tags:
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
- "latest"
@ -12,10 +12,10 @@ pipeline:
- "RUBY_VERSION=${RUBY_VERSION}"
- "RUBY_PATCH=${RUBY_PATCH}"
- "ALPINE_VERSION=${ALPINE_VERSION}"
- "BASE_IMAGE=gitea.nulo.in/sutty/ruby"
- "BASE_IMAGE=registry.nulo.in/sutty/ruby"
purge: false
secrets:
- "DOCKER_PASSWORD"
- "docker_password"
when:
branch: "antifascista"
event: "push"