forgejo-asciidoc/.drone.yml
Marko Korhonen b832d48578
All checks were successful
continuous-integration/drone Build is passing
Pull upstream image on build
2022-07-18 22:32:28 +03:00

13 lines
254 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username: functionalhacker
password:
from_secret: docker_hub_password
repo: functionalhacker/gitea-asciidoc
tags: latest
pull_image: true