.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Stefan H. 2024-01-18 17:06:48 +01:00
parent 334c3c07e3
commit f77d256678

View file

@ -10,15 +10,15 @@ branch:
steps: steps:
- name: Docker Build - name: Docker Build
image: docker:dind image: docker:dind
- sleep 5 # give docker enough time to start commands:
- echo $DOCKER_PASSWORD - sleep 5 # give docker enough time to start
- echo $DOCKER_PASSWORD | docker login --username silson --password-stdin registry.hub.docker.com - echo $DOCKER_PASSWORD
- docker build -t silson/php-apache-rsvg . - echo $DOCKER_PASSWORD | docker login --username silson --password-stdin registry.hub.docker.com
- docker push --all-tags https://hub.docker.com/r/silson/php-apache-rsvg - docker build -t silson/php-apache-rsvg .
- docker push --all-tags https://hub.docker.com/r/silson/php-apache-rsvg
environment: environment:
DOCKER_PASSWORD: DOCKER_PASSWORD:
from_secret: github_password from_secret: github_password
#settings: #settings:
# repo: silson/php-apache-rsvg # repo: silson/php-apache-rsvg