Compare commits

...

1 commit

Author SHA1 Message Date
garionion 4fcbf7538c
build docker image manual
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-15 00:49:02 +02:00

View file

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