We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7552667 commit 9971bd5Copy full SHA for 9971bd5
.github/workflows/pr-test.yml
@@ -71,5 +71,13 @@ jobs:
71
- name: Build
72
run: npm run build
73
74
- - name: publish dry-run
+ - name: npm publish dry-run
75
run: npm publish --dry-run
76
+
77
+ - name: docker publish dry-run
78
+ uses: iExecBlockchainComputing/github-actions-workflows/[email protected]
79
+ with:
80
+ push: false
81
+ image-name: 'iexechub/iexec-sdk'
82
+ dockerfile: 'Dockerfile'
83
+ context: '.'
0 commit comments