diff --git a/.drone.yml b/.drone.yml index d128ff3..1708287 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: kubernetes -name: build-amd64 +name: build-amanda-server-amd64 platform: arch: amd64 node_selector: @@ -29,7 +29,7 @@ steps: --- kind: pipeline type: kubernetes -name: build-arm64 +name: build-amanda-server-arm64 platform: arch: arm64 node_selector: @@ -91,8 +91,8 @@ steps: # - buildah manifest fhem:latest depends_on: - - build-amd64 - - build-arm64 + - build-amanda-server-amd64 + - build-amanda-server-arm64 --- kind: secret