mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
incorrect build-args passed
This commit is contained in:
parent
5edc791ef4
commit
a77a55a501
1 changed files with 1 additions and 1 deletions
2
.github/workflows/task-docker-ci.yml
vendored
2
.github/workflows/task-docker-ci.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
dockerfile: ./operator/Dockerfile
|
||||
context: .
|
||||
registry: ghcr.io
|
||||
build_args: ./build/datahaven-node
|
||||
build_args: BINARY_PATH=./build/datahaven-node
|
||||
registry_username: ${{ github.actor }}
|
||||
registry_password: ${{ secrets.GITHUB_TOKEN }}
|
||||
image_tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue