1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Update other links to point to new GH org. (#13)

This commit is contained in:
Brad Warren
2020-01-02 15:41:10 -05:00
committed by Adrien Ferrand
parent c194381f04
commit 5713decf23
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ To setup the publication process, the target DockerHub project must be configure
1) Define a GitHub user with push rights to the current GIT repository.
2) Create the DockerHub project if necessary.
3) Activate the AutoBuild feature, using the current GIT repository as source (eg. https.//github.com/certbot/certbot-docker.git) and the user defined in 1).
3) Activate the AutoBuild feature, using the current GIT repository as source (eg. https://github.com/certbot-docker/certbot-docker.git) and the user defined in 1).
4) Define a unique tag build rule in AutoBuild configuration:
_For a Certbot core Docker_ -> Source: `/^(v[0-9.]+).*$/`, Tag: `{\1}`, Dockerfile: `Dockerfile`, Build context: `/core`

View File

@@ -9,5 +9,5 @@ This is one of the Docker repository for the Certbot DNS plugins.
## Sources:
* [docker](https://www.github.com/certbot/certbot-docker.git)
* [docker](https://www.github.com/certbot-docker/certbot-docker.git)
* [certbot](https://www.github.com/certbot/certbot.git)