Latein => Ende

This commit is contained in:
Vri 🌈 2023-07-26 16:13:52 +02:00
parent 895a402da5
commit c8602c46d3
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -24,9 +24,19 @@ steps:
test: test:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: 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: build_args:
- HUGO_VERSION: ${HUGO_VERSION} - HUGO_VERSION: ${HUGO_VERSION}
dry-run: true
when: when:
branch: branch:
exclude: main exclude: main