fix typo in docker namespace
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bb6a4efe34
commit
6e9ef9c8a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user