docker-texlive/.drone.yml

18 lines
366 B
YAML
Raw Permalink Normal View History

2024-09-25 10:12:45 +00:00
kind: pipeline
type: docker
name: build
steps:
- name: image
image: plugins/docker
settings:
registry: git.supanadit.com
repo: git.supanadit.com/supanadit/${DRONE_REPO_NAME}
tags: ${DRONE_TAG}
username:
from_secret: DRONE_PUBLISH_USER
password:
from_secret: DRONE_PUBLISH_KEY
trigger:
ref:
- refs/tags/*