Compare commits

...

1 commit

Author SHA1 Message Date
garionion 0ebc461735 build docker image manual
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-15 00:47: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-stdin $CI_REGISTRY
- docker build --tag drone-yaml-server:latest ./Dockerfile
- docker push drone-yaml-server:latest