Skip to content

Commit

Permalink
forces registry on docker using bare-metal machines
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Jun 13, 2023
1 parent 3646f4d commit 4a0811d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: index.docker.io
- name: Check & build polkadot docker image
run: |
POLKADOT_REPO=${{ needs.set-tags.outputs.polkadot_repo }}
Expand Down

0 comments on commit 4a0811d

Please sign in to comment.