Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix docker registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit committed Apr 13, 2023
1 parent fd17a0f commit 394faa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- uses: addnab/docker-run-action@v3
with:
registry: gcr.io
registry: ghcr.io
image: ggwpez/swc:sha-1e66f1b
options: -v ${{ github.workspace }}:/polkadot -w /polkadot
run: |
Expand Down

0 comments on commit 394faa8

Please sign in to comment.