mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
fix(ci): use test build context for validator submitter image (#475)
## Summary - fix the validator-set-submitter release workflow to build with `./test` as the Docker context - align the workflow with the Dockerfile and `test/.dockerignore` expectations ## Testing - docker build --no-cache -t validator-set-submitter:fix -f ./test/tools/validator-set-submitter/Dockerfile ./test - docker run --rm validator-set-submitter:fix --help
This commit is contained in:
parent
d5390be43d
commit
6b39d093c6
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
uses: ./.github/workflow-templates/publish-docker
|
||||
with:
|
||||
dockerfile: ./test/tools/validator-set-submitter/Dockerfile
|
||||
context: .
|
||||
context: ./test
|
||||
registry: docker.io
|
||||
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
registry_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue