[CI] Removed step and added readme file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
16787b7716
commit
a4ec21f975
18
.drone.yml
18
.drone.yml
@ -3,25 +3,12 @@ kind: 'pipeline'
|
|||||||
name: 'build'
|
name: 'build'
|
||||||
|
|
||||||
steps:
|
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'
|
|
||||||
|
|
||||||
|
# build and publish
|
||||||
- image: 'plugins/docker'
|
- image: 'plugins/docker'
|
||||||
name: 'publish'
|
name: 'publish'
|
||||||
pull: 'always'
|
pull: 'always'
|
||||||
settings:
|
settings:
|
||||||
auto_tag: 'true'
|
|
||||||
auto_tag_suffix: 'linux-amd64'
|
|
||||||
cache_from: 'rakepanorama/ansible-deployment'
|
cache_from: 'rakepanorama/ansible-deployment'
|
||||||
daemon_off: 'false'
|
daemon_off: 'false'
|
||||||
dockerfile: 'Dockerfile.linux.amd64'
|
dockerfile: 'Dockerfile.linux.amd64'
|
||||||
@ -30,3 +17,6 @@ steps:
|
|||||||
from_secret: 'docker_username'
|
from_secret: 'docker_username'
|
||||||
password:
|
password:
|
||||||
from_secret: 'docker_password'
|
from_secret: 'docker_password'
|
||||||
|
tags:
|
||||||
|
- 'latest'
|
||||||
|
- 'v0.3'
|
||||||
|
Loading…
Reference in New Issue
Block a user