Skip to content

ci(deapp): add gitHub workflows for publishing and testing docker image #6

ci(deapp): add gitHub workflows for publishing and testing docker image

ci(deapp): add gitHub workflows for publishing and testing docker image #6

Workflow file for this run

name: Test Docker Image
on:
pull_request:
branches:
- '*' # Trigger on any pull request
paths:
- 'packages/protected-data-delivery-dapp/**' # Trigger only when changes are made to the dapp
jobs:
build-test:
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@fix/docker/types

Check failure on line 12 in .github/workflows/dapp-test.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/dapp-test.yml" -> "iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@fix/docker/types" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
image-name: 'protected-data-delivery-dapp'
image-tag: ${{ github.sha }}
push: false
dockerfile: 'packages/protected-data-delivery-dapp/Dockerfile'
context: 'packages/protected-data-delivery-dapp'