kind: pipeline type: docker name: build-and-push-arm64 platform: os: linux arch: arm64 trigger: event: - tag steps: - name: build-and-push-to-gitea image: 192.168.0.75:3000/guanyuankai/plugins-docker:latest privileged: true settings: registry: 192.168.0.75:3000 username: from_secret: gitea_username password: from_secret: gitea_password repo: 192.168.0.75:3000/guanyuankai/vehicle_road_counter insecure: true mirror: "https://docker.m.daocloud.io" tags: - latest - "${DRONE_TAG}" dockerfile: docker/Dockerfile.prod context: . platforms: linux/arm64