This commit is contained in:
@@ -12,6 +12,7 @@ steps:
|
|||||||
image: plugins/docker # Use Docker plugin to build and push image
|
image: plugins/docker # Use Docker plugin to build and push image
|
||||||
settings:
|
settings:
|
||||||
repo: bottledpills/deluge-openvpn
|
repo: bottledpills/deluge-openvpn
|
||||||
|
dockerfile: docker/Dockerfile.amd64
|
||||||
tags:
|
tags:
|
||||||
- latest-linux-amd64 # Tag for amd64 variant (main branch → "latest")
|
- latest-linux-amd64 # Tag for amd64 variant (main branch → "latest")
|
||||||
username:
|
username:
|
||||||
@@ -33,6 +34,7 @@ steps:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: bottledpills/deluge-openvpn
|
repo: bottledpills/deluge-openvpn
|
||||||
|
dockerfile: docker/Dockerfile.arm64
|
||||||
tags:
|
tags:
|
||||||
- latest-linux-arm64 # Tag for arm64 variant (main branch → "latest")
|
- latest-linux-arm64 # Tag for arm64 variant (main branch → "latest")
|
||||||
username:
|
username:
|
||||||
@@ -53,6 +55,7 @@ steps:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: bottledpills/deluge-openvpn
|
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)
|
# 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:
|
tags:
|
||||||
- ${DRONE_TAG##v}-linux-amd64 # e.g. "v2.0.1" → "2.0.1-linux-amd64"
|
- ${DRONE_TAG##v}-linux-amd64 # e.g. "v2.0.1" → "2.0.1-linux-amd64"
|
||||||
@@ -74,6 +77,7 @@ steps:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: bottledpills/deluge-openvpn
|
repo: bottledpills/deluge-openvpn
|
||||||
|
dockerfile: docker/Dockerfile.arm64
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_TAG##v}-linux-arm64 # e.g. "v2.0.1" → "2.0.1-linux-arm64"
|
- ${DRONE_TAG##v}-linux-arm64 # e.g. "v2.0.1" → "2.0.1-linux-arm64"
|
||||||
username:
|
username:
|
||||||
|
Reference in New Issue
Block a user