fix yaml
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2025-03-29 17:30:59 +01:00
parent 9c11f1705c
commit fb01815c85

View File

@@ -73,7 +73,7 @@ steps:
from_secret: docker_password
auto_tag: true
ignore_missing: true
depends_on:
depends_on:
- linux-amd64
- linux-arm64
---
@@ -82,9 +82,9 @@ type: kubernetes
name: manifest-latest
platform:
os: linux
arch: amd64
arch: arm64
node_selector:
kubernetes.io/arch: amd64
kubernetes.io/arch: arm64
trigger:
event:
- tag
@@ -99,6 +99,6 @@ steps:
from_secret: docker_password
auto_tag: true
ignore_missing: true
depends_on:
depends_on:
- linux-amd64
- linux-arm64