Compare commits

..

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

View file

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