1
0
speedtest-go-docker/.drone.yml
Kristóf Torma e330591c04
Some checks failed
continuous-integration/drone/push Build is failing
use newer kaniko plugin
2023-05-14 14:48:26 +02:00

26 lines
526 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: clone_github
image: ubuntu
commands:
- apt update
- apt install -y git
- git clone https://github.com/librespeed/speedtest-go.git
- name: kaniko
image: plugins/kaniko
settings:
registry: registry.kmlabz.com
repo: stargate-cluster/${DRONE_REPO_NAME}
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
context: /drone/src/speedtest-go
tags:
- latest
- ${DRONE_BUILD_NUMBER}