1
0

update example hostname in drone config

This commit is contained in:
James Brumond 2022-09-19 20:53:52 -07:00
parent db706d2ecc
commit 44ef230774
Signed by: james
GPG Key ID: 24BA25B8B303B023

View File

@ -12,12 +12,12 @@ steps:
# See: https://plugins.drone.io/plugins/docker
image: plugins/docker
settings:
registry: https://docker.internal.example.com
registry: https://gitea.internal.example.com
username: drone
password:
from_secret: docker-internal-password
repo: docker.internal.example.com/docker
cache_from: docker.internal.example.com/docker:ci
from_secret: gitea-internal-access-token
repo: gitea.internal.example.com/docker
cache_from: gitea.internal.example.com/docker:ci
build_args: ARCH=arm64
tags:
- "ci"
@ -36,12 +36,12 @@ steps:
# See: https://plugins.drone.io/plugins/docker
image: plugins/docker
settings:
registry: https://docker.internal.example.com
registry: https://gitea.internal.example.com
username: drone
password:
from_secret: docker-internal-password
repo: docker.internal.example.com/docker
cache_from: docker.internal.example.com/docker:ci
from_secret: gitea-internal-access-token
repo: gitea.internal.example.com/docker
cache_from: gitea.internal.example.com/docker:ci
build_args: ARCH=arm64
tags:
- "latest"