Copy statedb/couchdb recursively discarding non .json files to create index for public and private data assets. #100
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Peer Image CI | |
on: | |
push: | |
branches: | |
- 'main' | |
tags: | |
- 'v*' | |
paths-ignore: | |
- '*.md' | |
- 'docs/**' | |
- 'samples/**' | |
pull_request: | |
branches: | |
- 'main' | |
paths-ignore: | |
- '*.md' | |
- 'docs/**' | |
- 'samples/**' | |
jobs: | |
docker_build: | |
name: Docker build | |
uses: ./.github/workflows/docker-build.yml | |
with: | |
image-name: ghcr.io/hyperledger-labs/fabric-builder-k8s/k8s-fabric-peer | |
path: . |