This commit is contained in:
parent
ce628e79fa
commit
288996d8c1
@ -8,8 +8,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y git
|
- apt install -y git
|
||||||
- git clone https://github.com/librespeed/speedtest-go.git ${DRONE_WORKSPACE}/speedtest-go
|
- git clone https://github.com/librespeed/speedtest-go.git
|
||||||
- ls ${DRONE_WORKSPACE}/speedtest-go
|
- pwd
|
||||||
|
- ls .
|
||||||
|
|
||||||
- name: kaniko
|
- name: kaniko
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
@ -20,7 +21,7 @@ steps:
|
|||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
context: ${DRONE_WORKSPACE}/speedtest-go
|
context: /drone/src/speedtest-go
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_BUILD_NUMBER}
|
- ${DRONE_BUILD_NUMBER}
|
||||||
|
Loading…
Reference in New Issue
Block a user