docker-tftp/.drone.yml

26 lines
571 B
YAML
Raw Normal View History

2022-06-20 09:52:58 +00:00
kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
steps:
- name: config
image: alpine:latest
commands:
- apk add --no-cache git
- git clone https://git.quacker.org/d/dockerutils
- sh dockerutils/alpine-pkg-tag.sh tftp-hpa
- name: build
2022-08-08 08:08:15 +00:00
image: thegeeklab/drone-docker-buildx
2022-08-08 08:09:58 +00:00
privileged: true
2022-06-20 09:52:58 +00:00
settings:
2022-08-08 08:16:12 +00:00
platforms:
2022-08-08 08:16:29 +00:00
- linux/arm64
2022-08-08 08:16:12 +00:00
- linux/amd64
2022-06-20 09:52:58 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/tftp