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
|
@ -9,9 +9,6 @@ branch:
|
|||
|
||||
steps:
|
||||
- name: Docker Build
|
||||
environment:
|
||||
DOCKER_PASSWORD:
|
||||
from_secret: github_password
|
||||
image: docker:dind
|
||||
- sleep 5 # give docker enough time to start
|
||||
- echo $DOCKER_PASSWORD
|
||||
|
@ -19,6 +16,9 @@ steps:
|
|||
- docker build -t 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:
|
||||
# repo: silson/php-apache-rsvg
|
||||
|
|
Loading…
Reference in a new issue