diff --git a/.woodpecker/.build-image.yaml b/.woodpecker/.build-image.yaml index ee083e6..9f01b93 100644 --- a/.woodpecker/.build-image.yaml +++ b/.woodpecker/.build-image.yaml @@ -24,9 +24,19 @@ steps: test: image: woodpeckerci/plugin-docker-buildx settings: - dry-run: true + registry: code.cozy.town + username: + from_secret: registry_username + password: + from_secret: registry_token + repo: code.cozy.town/vrifox/hugoci + tags: + - latest + - ${HUGO_VERSION} + cache_from: code.cozy.town/vrifox/hugoci:latest build_args: - HUGO_VERSION: ${HUGO_VERSION} + dry-run: true when: branch: exclude: main