From d7a17fc00c310633a18576758b3841c652a58a38 Mon Sep 17 00:00:00 2001 From: Alex Thomae Date: Thu, 18 Mar 2021 20:23:46 +0100 Subject: [PATCH] Add support for github container registry --- .gitlab-ci.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79500a1..e015f05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ variables: ENABLE_ARMv7: 'true' ENABLE_ARMv6: 'true' DOCKERHUB_REPO_NAME: openvpn + GITHUB_REPO_NAME: ix-ai/openvpn include: - project: 'ix.ai/ci-templates' diff --git a/README.md b/README.md index 7c0f689..ec0c2a3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ OpenVPN server in a Docker container complete with an EasyRSA PKI CA. #### Upstream Links * Gitlab Registry @ [registry.gitlab.com/ix.ai/openvpn](https://gitlab.com/ix.ai/openvpn/container_registry) +* GitHub Registry @ [ghcr.io/ix-ai/openvpn](https://ghcr.io/ix-ai/openvpn) * Docker Registry @ [ixdotai/openvpn](https://hub.docker.com/r/ixdotai/openvpn/) * GitLab @ [ix.ai/openvpn](https://gitlab.com/ix.ai/openvpn) * GitHub @ [ix-ai/openvpn](https://github.com/ix-ai/openvpn)