This commit is contained in:
parent
00c7bd4c8d
commit
e8dc0f846f
1 changed files with 8 additions and 4 deletions
10
.drone.yml
10
.drone.yml
|
@ -10,12 +10,16 @@ steps:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: garionion/drone-kaniko
|
image: techknowlogick/drone-docker:latest
|
||||||
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
|
auto_tag: true
|
||||||
|
auto_tag_suffix: linux-amd64
|
||||||
repo: garionion/drone-yaml-server
|
repo: garionion/drone-yaml-server
|
||||||
username:
|
debug: true
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
Loading…
Add table
Reference in a new issue