Files
arm-build-image/.drone.yml
Max Regan 153b3222fb Remove Kaniko
Docker-in-Docker is working well enough, and it wasn't straightforward to get the certs injectect into Kaniko easily.
2019-12-12 06:42:04 +00:00

23 lines
389 B
YAML

# ---
# kind: pipeline
# name: kaniko
#
# steps:
# - name: build
# image: banzaicloud/drone-kaniko
# settings:
# registry: registry.lan
# repo: arm-build
# tags: kaniko
---
kind: pipeline
name: docker
steps:
- name: build
image: plugins/docker
settings:
registry: registry.lan
repo: registry.lan/arm-build
auto_tag: true
auto_tag_suffix: 'docker'