This commit is contained in:
parent
4d2949eb41
commit
999bbb6662
@ -14,7 +14,7 @@ steps:
|
||||
- bandit -r .
|
||||
|
||||
- name: build
|
||||
image docker:stable-dind
|
||||
image: docker:stable-dind
|
||||
commands:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin registry.kmlabz.com
|
||||
- docker build -t="registry.kmlabz.com/$DRONE_REPO:$DRONE_BUILD_NUMBER" . && docker push "registry.kmlabz.com/$DRONE_REPO:$DRONE_BUILD_NUMBER"
|
||||
|
Loading…
Reference in New Issue
Block a user