Skip to content

Fix the bug where the ApproveForm component does not display the selection box of channel. #435

Fix the bug where the ApproveForm component does not display the selection box of channel.

Fix the bug where the ApproveForm component does not display the selection box of channel. #435

Workflow file for this run

name: Cello CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build images
run: |
docker build . --file "build_image/docker/common/api-engine/Dockerfile.in" --tag hyperledger/cello-api-engine:$(date +%s)
docker build . --file "build_image/docker/common/nginx/Dockerfile.in" --tag hyperledger/cello-nginx:$(date +%s)
docker build . --file "build_image/docker/common/dashboard/Dockerfile.in" --tag hyperledger/cello-dashboard:$(date +%s)