diff --git a/.drone.yml b/.drone.yml index 4e2651df9..a7b7cbd50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: image: plugins/docker # Use Docker plugin to build and push image settings: repo: bottledpills/deluge-openvpn + dockerfile: docker/Dockerfile.amd64 tags: - latest-linux-amd64 # Tag for amd64 variant (main branch → "latest") username: @@ -33,6 +34,7 @@ steps: image: plugins/docker settings: repo: bottledpills/deluge-openvpn + dockerfile: docker/Dockerfile.arm64 tags: - latest-linux-arm64 # Tag for arm64 variant (main branch → "latest") username: @@ -53,6 +55,7 @@ steps: image: plugins/docker settings: repo: bottledpills/deluge-openvpn + dockerfile: docker/Dockerfile.amd64 # Use Drone env substitution to strip the leading "v" from the tag [oai_citation_attribution:0‡docs.drone.io](https://docs.drone.io/pipeline/environment/substitution/#:~:text=,0) tags: - ${DRONE_TAG##v}-linux-amd64 # e.g. "v2.0.1" → "2.0.1-linux-amd64" @@ -74,6 +77,7 @@ steps: image: plugins/docker settings: repo: bottledpills/deluge-openvpn + dockerfile: docker/Dockerfile.arm64 tags: - ${DRONE_TAG##v}-linux-arm64 # e.g. "v2.0.1" → "2.0.1-linux-arm64" username: