1
0
Fork 0
forked from lthn/blockchain

Update build-docker.yml

This commit is contained in:
Snider 2025-09-27 17:53:02 +01:00
parent 91e6904c7d
commit 7cadbf139e

View file

@ -40,7 +40,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v6
with:
file: utils/docker/images/chain-node/Dockerfile
file: utils/docker/images/lthn-chain/Dockerfile
context: ${{ github.workspace }}
push: true
tags: lthn/chain:${{ inputs.chain-network == 'testnet' && 'testnet' || 'latest' }}