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