Merge pull request 'Removed debug flag from docker push, removed drone build number tag' (#33) from test into main
Some checks failed
continuous-integration/drone Build is failing

Reviewed-on: #33
This commit was merged in pull request #33.
This commit is contained in:
2026-03-08 11:22:24 +02:00

View File

@@ -22,16 +22,14 @@ steps:
- name: docker build and push - name: docker build and push
image: plugins/docker image: plugins/docker
settings: settings:
debug: true
repo: khwezi/mngomalab repo: khwezi/mngomalab
registry: index.docker.io registry: index.docker.io
username: khwezi username:
# username: from_secret: docker_username
# from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
dockerfile: Dockerfile dockerfile: Dockerfile
context: . context: .
tags: tags:
- latest - latest
- ${DRONE_BUILD_NUMBER} #- ${DRONE_BUILD_NUMBER}