1
0
Fork 0

use newer kaniko plugin
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2023-05-14 14:48:26 +02:00
parent c1bb2b37ef
commit e330591c04
1 changed files with 3 additions and 2 deletions

View File

@ -8,10 +8,10 @@ steps:
commands:
- apt update
- apt install -y git
- git clone https://github.com/librespeed/speedtest-go.git .
- git clone https://github.com/librespeed/speedtest-go.git
- name: kaniko
image: banzaicloud/drone-kaniko
image: plugins/kaniko
settings:
registry: registry.kmlabz.com
repo: stargate-cluster/${DRONE_REPO_NAME}
@ -19,6 +19,7 @@ steps:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
context: /drone/src/speedtest-go
tags:
- latest
- ${DRONE_BUILD_NUMBER}