From ca819ca2862dc35a1bfb062da36997b0a371df87 Mon Sep 17 00:00:00 2001 From: Alex Thomae Date: Thu, 18 Mar 2021 21:03:50 +0100 Subject: [PATCH 1/2] Add ghcr.io docker image --- .gitlab-ci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e69ccb..a2eb168 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ --- variables: DOCKERHUB_REPO_NAME: crypto-exporter + GITHUB_REPO_NAME: ix-ai/crypto-exporter ENABLE_ARM64: 'true' ENABLE_ARMv7: 'true' ENABLE_ARMv6: 'true' diff --git a/README.md b/README.md index 6dbb20d..5287f8c 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,6 @@ Starting with version v0.5.1, the images are multi-arch, with builds for amd64, ## Resources: * GitLab: https://gitlab.com/ix.ai/crypto-exporter * GitHub: https://github.com/ix-ai/crypto-exporter -* Azure: https://dev.azure.com/ixdotai/_git/crypto-exporter * GitLab Registry: https://gitlab.com/ix.ai/crypto-exporter/container_registry +* GitHub Registry: https://ghcr.io/ix-ai/crypto-exporter * Docker Hub: https://hub.docker.com/r/ixdotai/crypto-exporter From b93234d2fab4a69f172468ba791242579f23073b Mon Sep 17 00:00:00 2001 From: Alex Thomae Date: Thu, 18 Mar 2021 21:04:58 +0100 Subject: [PATCH 2/2] Update ccxt from `1.42.41` to `1.43.74` --- exporter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/requirements.txt b/exporter/requirements.txt index 7cd1565..ed3cc0c 100644 --- a/exporter/requirements.txt +++ b/exporter/requirements.txt @@ -1,5 +1,5 @@ prometheus_client==0.9.0 requests==2.25.1 pygelf==0.4.0 -ccxt==1.42.41 +ccxt==1.43.74 stellar-sdk>=2.11.1