update drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-03 20:46:41 +01:00
parent ba912241b2
commit dff88b4540

View File

@@ -23,6 +23,9 @@ steps:
from_secret: harbor_pass
REGISTRY_URL:
from_secret: REGISTRY_URL
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker buildx create --use
- docker buildx build \
@@ -38,6 +41,9 @@ steps:
from_secret: harbor_user
HARBOR_PASS:
from_secret: harbor_pass
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker buildx create --use
- docker buildx build \
@@ -52,6 +58,9 @@ steps:
from_secret: harbor_user
HARBOR_PASS:
from_secret: harbor_pass
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker manifest create ${REGISTRY_URL}/portainer-agent-tailscale:latest \
--amend ${REGISTRY_URL}/portainer-agent-tailscale:amd64 \