Files
docker-aptly-pusher/.drone.yml
Paolo Asperti 72af48d017
All checks were successful
continuous-integration/drone/tag Build is passing
push only latest release
2022-02-17 20:53:38 +01:00

22 lines
408 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_and_publish
image: plugins/docker:linux-amd64
settings:
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/docker-aptly-pusher
tags:
- latest
force_tag: true
username:
from_secret: docker_username
trigger:
event:
- tag