bonus-edge-proxy/.drone.yml

32 lines
551 B
YAML

kind: pipeline
type: docker
name: build-and-push-arm64
platform:
os: linux
arch: arm64
trigger:
branch:
- main
event:
- push
steps:
- name: build-and-push-to-gitea
image: plugins/docker
settings:
registry: 192.168.0.75:3000
username:
from_secret: gitea_username
password:
from_secret: gitea_password
repo: 192.168.0.75:3000/guanyuankai/bonus-edge-proxy
tags:
- latest
dockerfile: docker/Dockerfile.prod
context: .
platforms: linux/arm64