diff --git a/.woodpecker.yml b/.woodpecker.yml index 8d268bc..eee0859 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,20 +1,20 @@ pipeline: publish: image: plugins/docker - registry: registry.nulo.in - repo: registry.nulo.in/sutty/monit - tags: - - ${ALPINE_VERSION} - - latest - build_args: - - ALPINE_VERSION=${ALPINE_VERSION} - - BASE_IMAGE=alpine - username: sutty + settings: + registry: registry.nulo.in + username: sutty + repo: registry.nulo.in/sutty/monit + tags: + - ${ALPINE_VERSION} + - latest + build_args: + - ALPINE_VERSION=${ALPINE_VERSION} + - BASE_IMAGE=alpine + cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION} + purge: false secrets: - docker_password - cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION} - docker: - purge: false when: branch: antifascista event: push