Skip to content

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

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

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

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
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'