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