Skip to content
This repository was 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 b6020cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
fetch-depth: 0
- uses: addnab/docker-run-action@v3
with:
registry: gcr.io
image: ggwpez/swc:sha-1e66f1b
registry: ghcr.io
image: ggwpez/swc:sha-30d1cd6
options: -v ${{ github.workspace }}:/polkadot -w /polkadot
run: |
/polkadot/scripts/ci/github/check_weights_swc.sh ${{ matrix.runtime }} "$LAST_RELEASE" | tee /polkadot/swc_output_${{ matrix.runtime }}.md
Expand Down

0 comments on commit b6020cc

Please sign in to comment.