initial commit
This commit is contained in:
commit
f698360004
3 changed files with 17 additions and 0 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
pipeline:
|
||||||
|
build-and-push:
|
||||||
|
image: plugins/docker
|
||||||
|
registry: https://code.cozy.town/
|
||||||
|
username: ${REGISTRY_USERNAME}
|
||||||
|
password: ${REGISTRY_TOKEN}
|
||||||
|
repo: vrifox/hugoci
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
cache_from: code.cozy.town/vrifox/hugoci:latest
|
||||||
|
secrets:
|
||||||
|
- registry_username
|
||||||
|
- registry_token
|
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
FROM docker.io/alpine:latest
|
||||||
|
RUN apk add --no-cache hugo git openssh rsync
|
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Hugoci
|
||||||
|
An OCI container image to build hugo websites.
|
Loading…
Reference in a new issue