This commit is contained in:
parent
df3fdabd71
commit
b97544595b
15
.drone.yml
15
.drone.yml
@ -4,15 +4,6 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
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)
|
- name: tag (latest)
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
@ -23,9 +14,3 @@ steps:
|
|||||||
repo: auth.registry.steph.tools/bewegend-leren/pandoc
|
repo: auth.registry.steph.tools/bewegend-leren/pandoc
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
RUN apt update && \
|
RUN export DEBIAN_FRONTEND=noninteractive; \
|
||||||
|
apt update; \
|
||||||
apt install -y pandoc texlive-full
|
apt install -y pandoc texlive-full
|
||||||
|
Loading…
Reference in New Issue
Block a user