[CI] Switch to using paritytech/srtool (#1887)

* switch to using paritytech/srtool

* update release link
This commit is contained in:
s3krit
2020-10-29 20:33:17 +01:00
committed by GitHub
parent a4b92cd3b6
commit 6466a7f34d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -13,12 +13,12 @@ jobs:
matrix:
runtime: ['polkadot', 'kusama']
container:
image: chevdor/srtool:nightly-2020-07-20
image: paritytech/srtool:nightly-2020-10-27
volumes:
- ${{ github.workspace }}:/build
env:
PACKAGE: ${{ matrix.runtime }}-runtime
RUSTC_VERSION: nightly-2020-07-20
RUSTC_VERSION: nightly-2020-10-27
steps:
- uses: actions/checkout@v2
- name: Cache target dir