ci/drone: fix pipeline screwed up from merge
This commit is contained in:
parent
212979d0bb
commit
e448f488be
21
.drone.yml
21
.drone.yml
@ -324,24 +324,9 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: linux_arm64
|
name: linux_arm64
|
||||||
|
|
||||||
- name: build_push_dind
|
platform:
|
||||||
image: plugins/docker
|
os: linux
|
||||||
environment:
|
arch: arm64
|
||||||
DOCKER_BUILDKIT: "1"
|
|
||||||
settings:
|
|
||||||
repo: rancher/k3d
|
|
||||||
auto_tag: true
|
|
||||||
auto_tag_suffix: linux-arm64
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
target: dind
|
|
||||||
context: .
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
build_args:
|
|
||||||
- GIT_TAG_OVERRIDE=${DRONE_TAG}
|
|
||||||
- ARCH=arm
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user