Einrückung korrigiert
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Stefan H. 2024-01-18 17:05:21 +01:00
parent 2c8682afe9
commit 334c3c07e3

View file

@ -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,9 +16,12 @@ 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
# username: silson
# password:
# from_secret: github_password
#settings:
# repo: silson/php-apache-rsvg
# username: silson
# password:
# from_secret: github_password