ci/drone: fix pipeline screwed up from merge

pull/721/head v5.0.0-dev.3
iwilltry42 3 years ago
parent 212979d0bb
commit e448f488be
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 21
      .drone.yml

@ -324,24 +324,9 @@ kind: pipeline
type: docker
name: linux_arm64
- name: build_push_dind
image: plugins/docker
environment:
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
platform:
os: linux
arch: arm64
steps:

Loading…
Cancel
Save