forked from lthn/blockchain
Update build-docker.yml
This commit is contained in:
parent
18c93466f2
commit
3108260ec9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: utils/docker/images/chain-node
|
||||
context: {{defaultContext}}:${{ github.workspace }}
|
||||
context: .
|
||||
push: true
|
||||
tags: lthn/chain:${{ inputs.chain-network == 'testnet' && 'testnet' || 'latest' }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue