jlelse
/
docker-hugo
Archived
1
포크 0
This repository has been archived on 2020-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
docker-hugo/.drone.yml

24 lines
428 B
YAML

kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quay.io/jlelse/hugo
registry: quay.io
auto_tag: true
when:
branch:
- master
event:
exclude:
- pull_request