Skip to content

feat: add environment configuration schema for subgraph #1

feat: add environment configuration schema for subgraph

feat: add environment configuration schema for subgraph #1

Workflow file for this run

name: Test Docker Image

Check failure on line 1 in .github/workflows/docker-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-test.yml

Invalid workflow file

`build-test` is not a valid event name
on:
pull_request:
paths:
- 'packages/subgraph/**'
- 'packages/subgraph/deployer.Dockerfile'
build-test:
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@docker-build-v2.0.0
with:
image-name: 'dataprotector-subgraph-deployer'
image-tag: ${{ github.sha }}
dockerfile: './packages/subgraph/deployer.Dockerfile'
push: false
security-scan: true