1
0
Fork 0
forked from lthn/blockchain

Update build-docker.yml

This commit is contained in:
Snider 2025-10-01 20:20:24 +01:00
parent 6987a33f83
commit 79034cbbbf

View file

@ -14,12 +14,12 @@ on:
default: testnet
required: false
type: string
env:
LTHN_TAG: ${{ inputs.chain-network == 'testnet' && 'testnet' || 'latest' }}
jobs:
build:
runs-on: ${{ matrix.runner }}
env:
LTHN_TAG: ${{ inputs.chain-network == 'testnet' && 'testnet' || 'latest' }}
strategy:
matrix:
include:
@ -55,6 +55,8 @@ jobs:
manifest:
needs: build
runs-on: ubuntu-latest
env:
LTHN_TAG: ${{ inputs.chain-network == 'testnet' && 'testnet' || 'latest' }}
steps:
- name: Log in to DockerHub
uses: docker/login-action@v3