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