mirror of
https://github.com/drone-plugins/drone-diagnostics.git
synced 2026-06-04 10:15:12 +08:00
Merge pull request #5 from drone-plugins/tphoney-patch-1
Update .drone.yml
This commit is contained in:
+29
-1
@@ -1,6 +1,34 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
type: vm
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
pool:
|
||||
use: ubuntu
|
||||
|
||||
steps:
|
||||
- name: release plugin
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: plugins/drone-diagnostics
|
||||
dockerfile: docker/Dockerfile
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
auto_tag: true
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: linux-arm64
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
pool:
|
||||
use: ubuntu_arm64
|
||||
|
||||
steps:
|
||||
- name: release plugin
|
||||
|
||||
Reference in New Issue
Block a user