Initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Stephan Stanisic 2022-05-31 16:10:28 +02:00
parent df3fdabd71
commit b97544595b
2 changed files with 2 additions and 16 deletions

View File

@ -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

View File

@ -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