- added Hugo

This commit is contained in:
Henrik Mertens 2023-03-23 10:18:39 +01:00
parent 0bd804c45f
commit a8f5a21546
2 changed files with 20 additions and 1 deletions

View file

@ -11,4 +11,17 @@ pipeline:
username:
from_secret: docker_username
dockerfile: ./Container/kontify/Dockerfile
context: ./Container//kontify
context: ./Container/kontify
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: ./Container/hugo/Dockerfile
context: ./Container/hugo

View file

@ -0,0 +1,6 @@
FROM debian
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
git \
hugo \
ncftp \
rsync