Login angepasst
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Stefan H. 2024-01-18 17:09:03 +01:00
parent f77d256678
commit 0d73d2ba28
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ steps:
commands:
- sleep 5 # give docker enough time to start
- echo $DOCKER_PASSWORD
- echo $DOCKER_PASSWORD | docker login --username silson --password-stdin registry.hub.docker.com
- docker login -u silson -p $DOCKER_PASSWORD registry.hub.docker.com
- docker build -t silson/php-apache-rsvg .
- docker push --all-tags https://hub.docker.com/r/silson/php-apache-rsvg
environment: