diff --git a/.drone.yml b/.drone.yml index 66bd63a..14fb4d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,16 +22,14 @@ steps: - name: docker build and push image: plugins/docker settings: - debug: true repo: khwezi/mngomalab - registry: index.docker.io - username: khwezi - # username: - # from_secret: docker_username + registry: index.docker.io + username: + from_secret: docker_username password: from_secret: docker_password dockerfile: Dockerfile context: . tags: - latest - - ${DRONE_BUILD_NUMBER} \ No newline at end of file + #- ${DRONE_BUILD_NUMBER} \ No newline at end of file