File tree Expand file tree Collapse file tree 3 files changed +35
-51
lines changed
packages/protected-data-delivery-dapp Expand file tree Collapse file tree 3 files changed +35
-51
lines changed Original file line number Diff line number Diff line change 1+ name : Publish Docker Image
2+
3+ on :
4+ push :
5+ tags :
6+ - ' protected-data-delivery-dapp-v*'
7+
8+ jobs :
9+ build-test :
10+ uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@fix/docker/types
11+ with :
12+ image-name : ' protected-data-delivery-dapp'
13+ image-tag : ${{ github.ref }} # Use the tag of the commit
14+ push : true
15+ dockerfile : ' packages/protected-data-delivery-dapp/Dockerfile'
16+ security-scan : false
17+ hadolint : false
18+ # Refactor for target one specific registry
Original file line number Diff line number Diff line change 1+ name : Test Docker Image
2+
3+ on :
4+ pull_request :
5+ branches :
6+ - ' *' # Trigger on any pull request
7+ paths :
8+ - ' packages/protected-data-delivery-dapp/**' # Trigger only when changes are made to the dapp
9+
10+ jobs :
11+ build-test :
12+ uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@fix/docker/types
13+ with :
14+ image-name : ' protected-data-delivery-dapp'
15+ image-tag : ${{ github.sha }}
16+ push : false
17+ dockerfile : ' packages/protected-data-delivery-dapp/Dockerfile'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments