Skip to content

Commit

Permalink
adding login to docker to increase rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm committed Nov 12, 2024
1 parent b78fd40 commit 220e2e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@ jobs:
# with:
# path: ${{env.WASM_DIR}}/${{env.BUILT_WASM_FILENAME}}
# key: runtimes-${{runner.os}}-${{matrix.network}}-${{github.head_ref}}
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}
- name: Build Deterministic WASM
id: srtool_build
if: steps.cache-wasm.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 220e2e7

Please sign in to comment.