This commit is contained in:
parent
288996d8c1
commit
1fc40b3b58
@ -4,13 +4,10 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone_github
|
- name: clone_github
|
||||||
image: ubuntu
|
image: alpine/git
|
||||||
|
pull: always
|
||||||
commands:
|
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
|
||||||
- pwd
|
|
||||||
- ls .
|
|
||||||
|
|
||||||
- name: kaniko
|
- name: kaniko
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
@ -22,6 +19,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
context: /drone/src/speedtest-go
|
context: /drone/src/speedtest-go
|
||||||
|
dockerfile: /drone/src/speedtest-go/Dockerfile
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_BUILD_NUMBER}
|
- ${DRONE_BUILD_NUMBER}
|
||||||
|
Loading…
Reference in New Issue
Block a user