diff --git a/.drone.yml b/.drone.yml index 9dddba6..5f1d0c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,6 @@ steps: tags: latest dockerfile: Dockerfile username: - from_secret: docker_username + from_secret: git_username password: - from_secret: docker_password \ No newline at end of file + from_secret: git_password \ No newline at end of file