Skip to content

Commit 9971bd5

Browse files
ci: add docker publish dry-run
1 parent 7552667 commit 9971bd5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,13 @@ jobs:
7171
- name: Build
7272
run: npm run build
7373

74-
- name: publish dry-run
74+
- name: npm publish dry-run
7575
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

Comments
 (0)