ci/drone: fix pipeline screwed up from merge

This commit is contained in:
iwilltry42 2021-08-24 13:12:03 +02:00
parent 212979d0bb
commit e448f488be
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

@ -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: