Compare commits
1 commit
7c3aa8d5aa
...
e8dc0f846f
Author | SHA1 | Date | |
---|---|---|---|
|
e8dc0f846f |
1 changed files with 8 additions and 4 deletions
10
.drone.yml
10
.drone.yml
|
@ -10,12 +10,16 @@ steps:
|
|||
- go test ./...
|
||||
|
||||
- name: publish
|
||||
image: garionion/drone-kaniko
|
||||
image: techknowlogick/drone-docker:latest
|
||||
privileged: true
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-amd64
|
||||
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…
Add table
Reference in a new issue