Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3b63958dce | |||
d8a3cba654 |
12
.drone.yml
12
.drone.yml
@@ -9,7 +9,7 @@ node_selector:
|
||||
kubernetes.io/arch: amd64
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
@@ -23,6 +23,8 @@ steps:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-amd64
|
||||
platform: 'linux/amd64'
|
||||
tags:
|
||||
- latest
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@@ -35,7 +37,7 @@ node_selector:
|
||||
kubernetes.io/arch: arm64
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
@@ -49,6 +51,8 @@ steps:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-arm64
|
||||
platform: 'linux/arm64'
|
||||
tags:
|
||||
- latest
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@@ -61,7 +65,7 @@ node_selector:
|
||||
kubernetes.io/arch: arm64
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
steps:
|
||||
- name: manifest
|
||||
image: plugins/manifest
|
||||
@@ -73,6 +77,8 @@ steps:
|
||||
from_secret: docker_password
|
||||
auto_tag: true
|
||||
ignore_missing: true
|
||||
tags:
|
||||
- latest
|
||||
depends_on:
|
||||
- linux-amd64
|
||||
- linux-arm64
|
Reference in New Issue
Block a user