This commit is contained in:
@@ -23,6 +23,9 @@ steps:
|
|||||||
from_secret: harbor_pass
|
from_secret: harbor_pass
|
||||||
REGISTRY_URL:
|
REGISTRY_URL:
|
||||||
from_secret: REGISTRY_URL
|
from_secret: REGISTRY_URL
|
||||||
|
volumes:
|
||||||
|
- name: docker_sock
|
||||||
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker buildx create --use
|
- docker buildx create --use
|
||||||
- docker buildx build \
|
- docker buildx build \
|
||||||
@@ -38,6 +41,9 @@ steps:
|
|||||||
from_secret: harbor_user
|
from_secret: harbor_user
|
||||||
HARBOR_PASS:
|
HARBOR_PASS:
|
||||||
from_secret: harbor_pass
|
from_secret: harbor_pass
|
||||||
|
volumes:
|
||||||
|
- name: docker_sock
|
||||||
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker buildx create --use
|
- docker buildx create --use
|
||||||
- docker buildx build \
|
- docker buildx build \
|
||||||
@@ -52,6 +58,9 @@ steps:
|
|||||||
from_secret: harbor_user
|
from_secret: harbor_user
|
||||||
HARBOR_PASS:
|
HARBOR_PASS:
|
||||||
from_secret: harbor_pass
|
from_secret: harbor_pass
|
||||||
|
volumes:
|
||||||
|
- name: docker_sock
|
||||||
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker manifest create ${REGISTRY_URL}/portainer-agent-tailscale:latest \
|
- docker manifest create ${REGISTRY_URL}/portainer-agent-tailscale:latest \
|
||||||
--amend ${REGISTRY_URL}/portainer-agent-tailscale:amd64 \
|
--amend ${REGISTRY_URL}/portainer-agent-tailscale:amd64 \
|
||||||
|
|||||||
Reference in New Issue
Block a user