asdf_container/.drone.yml

22 lines
416 B
YAML
Raw Normal View History

2023-07-19 13:08:02 +12:00
kind: pipeline
type: docker
2023-07-19 17:41:57 +12:00
name: default
2023-07-19 16:29:22 +12:00
steps:
2023-07-19 17:41:57 +12:00
- name: build
image: thegeeklab/drone-docker-buildx:23
privileged: true
2023-07-19 16:29:22 +12:00
settings:
username: james
password:
from_secret: REGISTRY_TOKEN
registry: code.harton.nz
repo: code.harton.nz/james/asdf_container
cache_from: code.harton.nz/james/asdf_container:latest
2023-07-19 17:41:57 +12:00
tags:
- latest
platforms:
- linux/arm64
- linux/amd64
2023-07-19 16:29:22 +12:00