build docker image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-04-16 22:37:56 +02:00
parent 26e861b0ab
commit 7980a215ff
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 11 additions and 2 deletions

View File

@ -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