This commit is contained in:
commit
a0a1a0153d
2 changed files with 15 additions and 0 deletions
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
steps:
|
||||
build-and-push:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.natenom.org
|
||||
username: vrifox
|
||||
password:
|
||||
from_secret: registry_token
|
||||
repo: git.natenom.org/natenom_org/imagemagick
|
||||
tags:
|
||||
- latest
|
||||
cache_from: git.natenom.org/natenom_org/imagemagick:latest
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM docker.io/alpine:latest
|
||||
RUN apk add --no-cache imagemagick font-fira-mono-nerd
|
||||
RUN magick --version
|
Loading…
Add table
Reference in a new issue