container/.woodpecker.yml
Henrik Mertens fb5f6c802a - Hugo Update
- Deleted old Code
2025-07-17 18:16:58 +00:00

14 lines
418 B
YAML

steps:
docker-buildx-hugo:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64/v8
repo: git.mertens.digital/heri410/hugo
registry: git.mertens.digital
tags: latest
password:
from_secret: docker_password
username:
from_secret: docker_username
dockerfile: ./hugo/Dockerfile
context: ./hugo