2 Commits

Author SHA1 Message Date
3b63958dce also push to latest
All checks were successful
continuous-integration/drone/tag Build is passing
2025-03-29 17:07:29 +01:00
d8a3cba654 switch to tags
All checks were successful
continuous-integration/drone/tag Build is passing
2025-03-29 17:01:10 +01:00

View File

@@ -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