wip: try to fix pipeline
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Rick Barenthin 2022-07-25 20:48:01 +02:00
parent 6ab7cabbe3
commit fbb7d1664e

View File

@ -77,7 +77,7 @@ type: docker
name: Build and Test
steps:
- name: Build test
- name: Build image
image: docker:dind
volumes:
- name: dockersock
@ -89,7 +89,7 @@ steps:
from_secret: docker_password
commands:
- sleep 5 # give docker enough time to start
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USER --password-stdin registry.riba-interactive.de
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin registry.riba-interactive.de
- DOCKER_BUILDKIT=1 docker build -t registry.riba-interactive.de/conventi:$DRONE_BUILD_NUMBER .
- docker push --all-tags registry.riba-interactive.de/conventi
when: