This commit is contained in:
parent
26e861b0ab
commit
7980a215ff
13
.drone.yml
13
.drone.yml
@ -7,5 +7,14 @@ steps:
|
||||
image: ubuntu
|
||||
commands:
|
||||
- apt-get update && apt-get install -y tidy
|
||||
- tidy -imu index.html + || true
|
||||
|
||||
- tidy -imu index.html || true
|
||||
- name: kaniko
|
||||
image: banzaicloud/drone-kaniko
|
||||
settings:
|
||||
username:
|
||||
from_secret: DOCKER_USERNAME
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
repo: tormakris/homepage
|
||||
tags: latest
|
||||
registry: registry.kmlabz.com
|
||||
|
Loading…
Reference in New Issue
Block a user