1
0

more example adjustments

This commit is contained in:
James Brumond 2022-09-19 20:56:07 -07:00
parent 44ef230774
commit cf96348c11
Signed by: james
GPG Key ID: 24BA25B8B303B023
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ steps:
registry: https://gitea.internal.example.com registry: https://gitea.internal.example.com
username: drone username: drone
password: password:
from_secret: gitea-internal-access-token from_secret: gitea-internal-password
repo: gitea.internal.example.com/docker repo: gitea.internal.example.com/docker
cache_from: gitea.internal.example.com/docker:ci cache_from: gitea.internal.example.com/docker:ci
build_args: ARCH=arm64 build_args: ARCH=arm64
@ -39,7 +39,7 @@ steps:
registry: https://gitea.internal.example.com registry: https://gitea.internal.example.com
username: drone username: drone
password: password:
from_secret: gitea-internal-access-token from_secret: gitea-internal-password
repo: gitea.internal.example.com/docker repo: gitea.internal.example.com/docker
cache_from: gitea.internal.example.com/docker:ci cache_from: gitea.internal.example.com/docker:ci
build_args: ARCH=arm64 build_args: ARCH=arm64

View File

@ -20,7 +20,7 @@ steps:
DOCKER_REGISTRY: https://gitea.internal.example.com DOCKER_REGISTRY: https://gitea.internal.example.com
DOCKER_USER: drone DOCKER_USER: drone
DOCKER_PASS: DOCKER_PASS:
from_secret: docker-internal-password from_secret: gitea-internal-password
commands: commands:
- /bin/docker-setup - /bin/docker-setup
- docker tag ... - docker tag ...