update example hostname in readme
This commit is contained in:
parent
f124c47d34
commit
db706d2ecc
@ -12,12 +12,12 @@ See https://blog.jbrumond.me/post/raspberry-pi-cluster-part-4:-gitea-and-drone f
|
|||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: docker.internal.example.com/docker
|
image: gitea.internal.example.com/docker
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/
|
path: /var/run/
|
||||||
environment:
|
environment:
|
||||||
DOCKER_REGISTRY: https://docker.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: docker-internal-password
|
||||||
|
Loading…
x
Reference in New Issue
Block a user