Skip to content

Commit

Permalink
Chore: use custom srtool image with nightly-2022-02-08
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Apr 20, 2022
1 parent 765d1f7 commit 96b64bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
id: srtool_build
uses: chevdor/[email protected]
with:
image: docker.io/interlayhq/srtool:nightly-2022-02-08
image: docker.io/interlayhq/srtool
tag: nightly-2022-02-08
package: ${{ matrix.runtime }}-runtime-parachain
runtime_dir: ./parachain/runtime/${{ matrix.runtime }}
chain: ${{ matrix.runtime }}
Expand All @@ -45,7 +46,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: git fetch --prune --unshallow
with:
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-10-12
Expand Down

0 comments on commit 96b64bd

Please sign in to comment.