Initial commit
This commit is contained in:
commit
df3fdabd71
31
.drone.yml
Normal file
31
.drone.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: tag (${DRONE_TAG})
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: auth.registry.steph.tools
|
||||||
|
username: drone
|
||||||
|
password:
|
||||||
|
from_secret: REGISTRY_PASS
|
||||||
|
repo: auth.registry.steph.tools/bewegend-leren/pandoc
|
||||||
|
auto_tag: true
|
||||||
|
- name: tag (latest)
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: auth.registry.steph.tools
|
||||||
|
username: drone
|
||||||
|
password:
|
||||||
|
from_secret: REGISTRY_PASS
|
||||||
|
repo: auth.registry.steph.tools/bewegend-leren/pandoc
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM ubuntu
|
||||||
|
RUN apt update && \
|
||||||
|
apt install -y pandoc texlive-full
|
Loading…
Reference in New Issue
Block a user