--- kind: pipeline type: docker name: default steps: - name: build-presentation image: pandoc/minimal:2.18-alpine commands: - pandoc -t revealjs --resource-path=.:presentation/src/ -s presentation/src/index.md -o presentation/src/index.html - name: build-docker-caddy image: plugins/docker settings: registry: h3m6q87t.gra7.container-registry.ovh.net username: from_secret: docker_username password: from_secret: docker_password dockerfile: presentation/Dockerfile context: presentation/ repo: h3m6q87t.gra7.container-registry.ovh.net/vendeeformation/presentation tag: ${DRONE_TAG:=latest} pull_image: true --- kind: signature hmac: ca2054cde401e1c130c6baa178f07ba1d675e257c54274037a2129c800a81c6f ...