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