This commit is contained in:
parent
c1bb2b37ef
commit
e330591c04
@ -8,10 +8,10 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y git
|
- apt install -y git
|
||||||
- git clone https://github.com/librespeed/speedtest-go.git .
|
- git clone https://github.com/librespeed/speedtest-go.git
|
||||||
|
|
||||||
- name: kaniko
|
- name: kaniko
|
||||||
image: banzaicloud/drone-kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
registry: registry.kmlabz.com
|
registry: registry.kmlabz.com
|
||||||
repo: stargate-cluster/${DRONE_REPO_NAME}
|
repo: stargate-cluster/${DRONE_REPO_NAME}
|
||||||
@ -19,6 +19,7 @@ steps:
|
|||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
|
context: /drone/src/speedtest-go
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_BUILD_NUMBER}
|
- ${DRONE_BUILD_NUMBER}
|
||||||
|
Loading…
Reference in New Issue
Block a user