Compare commits

...

1 Commits

Author SHA1 Message Date
garionion edbd273724
didnt work -.-
continuous-integration/drone/push Build is failing Details
2021-08-15 01:20:03 +02:00
1 changed files with 10 additions and 8 deletions

View File

@ -10,13 +10,15 @@ steps:
- go test ./...
- name: publish
image: docker:20
environment:
username:
from_secret: docker_username
image: plugins/docker:latest
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
daemon_off: false
debug: true
dockerfile: Dockerfile
password:
from_secret: docker_password
commands:
- docker login -u $username --password $password
- docker build --tag drone-yaml-server:latest $PWD
- docker push drone-yaml-server:latest
repo: garionion/drone-yaml-server
username:
from_secret: docker_username