mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-07 16:03:08 +00:00
Merge branch 'master' of https://github.com/codex-storage/codex-network-crawler
This commit is contained in:
commit
199f2043df
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@ -15,11 +15,7 @@ jobs:
|
|||||||
name: Build and Push
|
name: Build and Push
|
||||||
uses: codex-storage/github-actions/.github/workflows/docker-reusable.yml@master
|
uses: codex-storage/github-actions/.github/workflows/docker-reusable.yml@master
|
||||||
with:
|
with:
|
||||||
docker_file: docker/Dockerfile
|
docker_file: docker/crawler.Dockerfile
|
||||||
dockerhub_repo: codexstorage/test
|
dockerhub_repo: codexstorage/codex-network-crawler
|
||||||
tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
|
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
|
secrets: inherit
|
||||||
|
|||||||
@ -20,9 +20,9 @@ requires "libp2p == 1.5.0"
|
|||||||
requires "metrics#cacfdc12454a0804c65112b9f4f50d1375208dcd"
|
requires "metrics#cacfdc12454a0804c65112b9f4f50d1375208dcd"
|
||||||
requires "stew >= 0.2.0"
|
requires "stew >= 0.2.0"
|
||||||
requires "stint#3236fa68394f1e3a06e2bc34218aacdd2d675923"
|
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 "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
|
# 7 Jan 2024 - Support for Nim 2.0.14
|
||||||
requires "docopt >= 0.7.1 & < 1.0.0"
|
requires "docopt >= 0.7.1 & < 1.0.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user