Compare commits

..

1 commit

Author SHA1 Message Date
garionion b14c0f299f
build docker image manual
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-08-15 00:52:48 +02:00

View file

@ -18,5 +18,5 @@ steps:
from_secret: docker_password
commands:
- docker login -u $username --password $password
- docker build --tag drone-yaml-server:latest ./Dockerfile
- docker build --tag drone-yaml-server:latest $PWD
- docker push drone-yaml-server:latest