This commit is contained in:
parent
da8a425418
commit
5a7d3fc48d
32
.drone.yml
Normal file
32
.drone.yml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
kind: 'pipeline'
|
||||||
|
name: 'build'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- image: 'plugins/docker'
|
||||||
|
name: 'dryrun'
|
||||||
|
pull: 'always'
|
||||||
|
settings:
|
||||||
|
cache_from: 'rakepanorama/ansible-deployment'
|
||||||
|
daemon_off: 'false'
|
||||||
|
dockerfile: 'Dockerfile.linux.amd64'
|
||||||
|
dry_run: 'true'
|
||||||
|
repo: 'docker.io/rakepanorama/ansible-deployment'
|
||||||
|
tags:
|
||||||
|
- 'latest'
|
||||||
|
- 'v0.3'
|
||||||
|
|
||||||
|
- image: 'plugins/docker'
|
||||||
|
name: 'publish'
|
||||||
|
pull: 'always'
|
||||||
|
settings:
|
||||||
|
auto_tag: 'true'
|
||||||
|
auto_tag_suffix: 'linux-amd64'
|
||||||
|
cache_from: 'rakepanorama/ansible-deployment'
|
||||||
|
daemon_off: 'false'
|
||||||
|
dockerfile: 'Dockerfile.linux.amd64'
|
||||||
|
password:
|
||||||
|
from_secret: 'docker_password'
|
||||||
|
repo: 'rakepanorama/ansible-deployment'
|
||||||
|
username:
|
||||||
|
from_secret: 'docker_username'
|
Loading…
Reference in New Issue
Block a user