github.com/IBM-Blockchain/fabric-operator@v1.0.4/.github/workflows/image-build-pr.yaml (about)

     1  name: Build Operator image
     2  
     3  on:
     4    pull_request:
     5      branches: [main]
     6  
     7  jobs:
     8    image:
     9      runs-on: ubuntu-latest
    10      steps:
    11        - uses: actions/checkout@v2
    12  
    13        - name: Build
    14          run: |
    15            scripts/install-tools.sh
    16            make image