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