mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-05 23:13:11 +00:00
docker: adjust github actions workflow (#1)
This commit is contained in:
parent
78cc159e52
commit
38db46005f
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user