This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
rpmbuild/.drone.yml
Robert Kaussow 16a2cd5db7
All checks were successful
continuous-integration/drone/push Build is passing
change event handlers
2019-02-09 15:35:53 +01:00

35 lines
645 B
YAML

---
kind: pipeline
name: default
steps:
- name: dryrun
pull: always
image: plugins/docker:linux-amd64
settings:
dry_run: true
password:
from_secret: docker_password
repo: xoxys/rpmbuild-centos7
tags: linux-amd64
username:
from_secret: docker_username
when:
event:
- push
- tag
- name: publish
pull: always
image: plugins/docker:linux-amd64
settings:
auto_tag: true
password:
from_secret: docker_password
repo: xoxys/rpmbuild-centos7
username:
from_secret: docker_username
when:
event:
- tag