This commit is contained in:
Ben 2025-02-10 11:13:24 +01:00
commit 199f2043df
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B
2 changed files with 4 additions and 8 deletions

View File

@ -15,11 +15,7 @@ jobs:
name: Build and Push
uses: codex-storage/github-actions/.github/workflows/docker-reusable.yml@master
with:
docker_file: docker/Dockerfile
dockerhub_repo: codexstorage/test
docker_file: docker/crawler.Dockerfile
dockerhub_repo: codexstorage/codex-network-crawler
tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
amd64_builder: ubuntu-24.04
build_args: |
VITE_CODEX_API_URL=${VITE_CODEX_API_URL}
VITE_GEO_IP_URL="Plain text"
secrets: inherit

View File

@ -20,9 +20,9 @@ requires "libp2p == 1.5.0"
requires "metrics#cacfdc12454a0804c65112b9f4f50d1375208dcd"
requires "stew >= 0.2.0"
requires "stint#3236fa68394f1e3a06e2bc34218aacdd2d675923"
requires "https://github.com/codex-storage/nim-datastore#421c0c312872319f46bf0e0964aae39f576a359d"
requires "https://github.com/codex-storage/nim-datastore#a969b9799cb7fd2c2511b6820ded00bced141dea"
requires "questionable >= 0.10.15 & < 0.11.0"
requires "https://github.com/codex-storage/nim-codex-dht#165069f4395c74382be9c9d0193781144440e28a"
requires "https://github.com/codex-storage/nim-codex-dht#0f67d21bbc5f4903ce95e3eee0b846ec2e481e54"
# 7 Jan 2024 - Support for Nim 2.0.14
requires "docopt >= 0.7.1 & < 1.0.0"