Skip to content

Commit 97d8284

Browse files
fix: use fixed docker-build workflow
1 parent 3bf970a commit 97d8284

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/pr-test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)