1
0
Fork 0
forked from lthn/blockchain

Update build-docker.yml

This commit is contained in:
Snider 2025-09-27 17:37:47 +01:00
parent 67ad7705ee
commit 5a5e82974f

View file

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