We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79398af commit d7a17fcCopy full SHA for d7a17fc
.gitlab-ci.yml
@@ -4,6 +4,7 @@ variables:
4
ENABLE_ARMv7: 'true'
5
ENABLE_ARMv6: 'true'
6
DOCKERHUB_REPO_NAME: openvpn
7
+ GITHUB_REPO_NAME: ix-ai/openvpn
8
9
include:
10
- project: 'ix.ai/ci-templates'
README.md
@@ -13,6 +13,7 @@ OpenVPN server in a Docker container complete with an EasyRSA PKI CA.
13
#### Upstream Links
14
15
* Gitlab Registry @ [registry.gitlab.com/ix.ai/openvpn](https://gitlab.com/ix.ai/openvpn/container_registry)
16
+* GitHub Registry @ [ghcr.io/ix-ai/openvpn](https://ghcr.io/ix-ai/openvpn)
17
* Docker Registry @ [ixdotai/openvpn](https://hub.docker.com/r/ixdotai/openvpn/)
18
* GitLab @ [ix.ai/openvpn](https://gitlab.com/ix.ai/openvpn)
19
* GitHub @ [ix-ai/openvpn](https://github.com/ix-ai/openvpn)
0 commit comments