Einrückung korrigiert
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2c8682afe9
commit
334c3c07e3
1 changed files with 9 additions and 9 deletions
18
.drone.yml
18
.drone.yml
|
@ -9,19 +9,19 @@ branch:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Docker Build
|
- name: Docker Build
|
||||||
environment:
|
|
||||||
DOCKER_PASSWORD:
|
|
||||||
from_secret: github_password
|
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
- sleep 5 # give docker enough time to start
|
- sleep 5 # give docker enough time to start
|
||||||
- echo $DOCKER_PASSWORD
|
- echo $DOCKER_PASSWORD
|
||||||
- echo $DOCKER_PASSWORD | docker login --username silson --password-stdin registry.hub.docker.com
|
- echo $DOCKER_PASSWORD | docker login --username silson --password-stdin registry.hub.docker.com
|
||||||
- docker build -t silson/php-apache-rsvg .
|
- docker build -t silson/php-apache-rsvg .
|
||||||
- docker push --all-tags https://hub.docker.com/r/silson/php-apache-rsvg
|
- docker push --all-tags https://hub.docker.com/r/silson/php-apache-rsvg
|
||||||
|
|
||||||
|
environment:
|
||||||
|
DOCKER_PASSWORD:
|
||||||
|
from_secret: github_password
|
||||||
|
|
||||||
|
#settings:
|
||||||
#settings:
|
# repo: silson/php-apache-rsvg
|
||||||
# repo: silson/php-apache-rsvg
|
# username: silson
|
||||||
# username: silson
|
# password:
|
||||||
# password:
|
# from_secret: github_password
|
||||||
# from_secret: github_password
|
|
||||||
|
|
Loading…
Reference in a new issue