update drone.yml
This commit is contained in:
@@ -18,6 +18,8 @@ steps:
|
|||||||
docker buildx create --use
|
docker buildx create --use
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
|
--output=type=registry \
|
||||||
|
--provenance=false \
|
||||||
-t registry.buchhorster.de/portainer-agent-tailscale:amd64 \
|
-t registry.buchhorster.de/portainer-agent-tailscale:amd64 \
|
||||||
--push .
|
--push .
|
||||||
|
|
||||||
@@ -36,6 +38,8 @@ steps:
|
|||||||
docker buildx create --use
|
docker buildx create --use
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/arm64 \
|
--platform linux/arm64 \
|
||||||
|
--output=type=registry \
|
||||||
|
--provenance=false \
|
||||||
-t registry.buchhorster.de/portainer-agent-tailscale:arm64 \
|
-t registry.buchhorster.de/portainer-agent-tailscale:arm64 \
|
||||||
--push .
|
--push .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user