more example adjustments
This commit is contained in:
parent
44ef230774
commit
cf96348c11
@ -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
|
||||||
|
@ -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 ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user