fix typo in docker namespace
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-04-28 17:59:45 +02:00
parent bb6a4efe34
commit 6e9ef9c8a0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ steps:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin registry.kmlabz.com
- docker build -t="registry.kmlabz.com/birbnetes/$DRONE_REPO_NAME" .
- docker build -t="registry.kmlabz.com/birbnetes/$DRONE_REPO_NAME:$DRONE_BUILD_NUMBER" .
- docker push "registry.kmlabz.com/birbentes/$DRONE_REPO_NAME"
- docker push "registry.kmlabz.com/birbnetes/$DRONE_REPO_NAME"
- docker push "registry.kmlabz.com/birbnetes/$DRONE_REPO_NAME:$DRONE_BUILD_NUMBER"
- name: ms-teams