1
0
Fork 0

use different base img
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2023-05-14 15:01:45 +02:00
parent 288996d8c1
commit 1fc40b3b58
1 changed files with 3 additions and 5 deletions

View File

@ -4,13 +4,10 @@ name: default
steps:
- name: clone_github
image: ubuntu
image: alpine/git
pull: always
commands:
- apt update
- apt install -y git
- git clone https://github.com/librespeed/speedtest-go.git
- pwd
- ls .
- name: kaniko
image: plugins/kaniko
@ -22,6 +19,7 @@ steps:
password:
from_secret: DOCKER_PASSWORD
context: /drone/src/speedtest-go
dockerfile: /drone/src/speedtest-go/Dockerfile
tags:
- latest
- ${DRONE_BUILD_NUMBER}