From db706d2eccab4b931477f52e005bdca0156faae7 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Mon, 19 Sep 2022 20:51:05 -0700 Subject: [PATCH] update example hostname in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fe6bce8..71020ed 100644 --- a/readme.md +++ b/readme.md @@ -12,12 +12,12 @@ See https://blog.jbrumond.me/post/raspberry-pi-cluster-part-4:-gitea-and-drone f ```yaml steps: - name: deploy - image: docker.internal.example.com/docker + image: gitea.internal.example.com/docker volumes: - name: dockersock path: /var/run/ environment: - DOCKER_REGISTRY: https://docker.internal.example.com + DOCKER_REGISTRY: https://gitea.internal.example.com DOCKER_USER: drone DOCKER_PASS: from_secret: docker-internal-password