woodpecker linter

This commit is contained in:
f 2022-03-15 18:35:47 -03:00
parent 959f2a49f4
commit d57bf8cf9d

View file

@ -1,20 +1,21 @@
pipeline: pipeline:
publish: publish:
image: plugins/docker image: plugins/docker
registry: registry.nulo.in settings:
repo: registry.nulo.in/sutty/geminabox registry: registry.nulo.in
tags: repo: registry.nulo.in/sutty/geminabox
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH} tags:
- latest - ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
build_args: - latest
- RUBY_VERSION=${RUBY_VERSION} build_args:
- RUBY_PATCH=${RUBY_PATCH} - RUBY_VERSION=${RUBY_VERSION}
- NIO4R_VERSION=${NIO4R_VERSION} - RUBY_PATCH=${RUBY_PATCH}
- PUMA_VERSION=${PUMA_VERSION} - NIO4R_VERSION=${NIO4R_VERSION}
- HIREDIS_VERSION=${HIREDIS_VERSION} - PUMA_VERSION=${PUMA_VERSION}
- ALPINE_VERSION=${ALPINE_VERSION} - HIREDIS_VERSION=${HIREDIS_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/ruby - ALPINE_VERSION=${ALPINE_VERSION}
username: sutty - BASE_IMAGE=registry.nulo.in/sutty/ruby
username: sutty
secrets: secrets:
- docker_password - docker_password
when: when: