File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -55,19 +55,18 @@ jobs:
5555 SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
5656
5757 npm-dry-run :
58+ # TODO use tagged version
5859 uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@feat/npm-publish-dry-run
5960 with :
6061 install-command : npm ci
6162 build-command : npm run build
6263 dry-run : true
6364
6465 docker-dry-run :
65- uses :
iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected] 66+ # TODO use tagged version
67+ uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@docker-build-fixes
6668 with :
67- push : false
6869 image-name : ' iexechub/iexec-sdk'
69- image-tag : ${{ github.sha }}
70- dockerfile : ' Dockerfile'
71- context : ' .'
70+ push : false
7271 security-scan : false
7372 hadolint : false
You can’t perform that action at this time.
0 commit comments