This commit is contained in:
12
drone.yml
12
drone.yml
@@ -18,7 +18,7 @@ steps:
|
|||||||
docker buildx create --use
|
docker buildx create --use
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
-t 192.168.65.130:5000/portainer-agent-tailscale:amd64 \
|
-t registry.buchhorster.de/portainer-agent-tailscale:amd64 \
|
||||||
--push .
|
--push .
|
||||||
|
|
||||||
- name: build-arm64
|
- name: build-arm64
|
||||||
@@ -36,7 +36,7 @@ steps:
|
|||||||
docker buildx create --use
|
docker buildx create --use
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/arm64 \
|
--platform linux/arm64 \
|
||||||
-t 192.168.65.130:5000/portainer-agent-tailscale:arm64 \
|
-t registry.buchhorster.de/portainer-agent-tailscale:arm64 \
|
||||||
--push .
|
--push .
|
||||||
|
|
||||||
- name: create-manifest
|
- name: create-manifest
|
||||||
@@ -51,10 +51,10 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
echo "Creating multi-arch manifest..."
|
echo "Creating multi-arch manifest..."
|
||||||
docker manifest create ${REGISTRY_URL}/portainer-agent-tailscale:latest \
|
docker manifest create registry.buchhorster.de/portainer-agent-tailscale:latest \
|
||||||
--amend 192.168.65.130:5000/portainer-agent-tailscale:amd64 \
|
--amend registry.buchhorster.de/portainer-agent-tailscale:amd64 \
|
||||||
--amend 192.168.65.130:5000/portainer-agent-tailscale:arm64
|
--amend registry.buchhorster.de/portainer-agent-tailscale:arm64
|
||||||
docker manifest push ${REGISTRY_URL}/portainer-agent-tailscale:latest
|
docker manifest push registry.buchhorster.de/portainer-agent-tailscale:latest
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_sock
|
- name: docker_sock
|
||||||
|
|||||||
Reference in New Issue
Block a user