forked from lthn/blockchain
Update build-docker.yml
This commit is contained in:
parent
6987a33f83
commit
79034cbbbf
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-docker.yml
vendored
6
.github/workflows/build-docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue