Skip to content

Commit d7a17fc

Browse files
committed
Add support for github container registry
1 parent 79398af commit d7a17fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ variables:
44
ENABLE_ARMv7: 'true'
55
ENABLE_ARMv6: 'true'
66
DOCKERHUB_REPO_NAME: openvpn
7+
GITHUB_REPO_NAME: ix-ai/openvpn
78

89
include:
910
- project: 'ix.ai/ci-templates'

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ OpenVPN server in a Docker container complete with an EasyRSA PKI CA.
1313
#### Upstream Links
1414

1515
* 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)
1617
* Docker Registry @ [ixdotai/openvpn](https://hub.docker.com/r/ixdotai/openvpn/)
1718
* GitLab @ [ix.ai/openvpn](https://gitlab.com/ix.ai/openvpn)
1819
* GitHub @ [ix-ai/openvpn](https://github.com/ix-ai/openvpn)

0 commit comments

Comments
 (0)