Skip to content

Commit

Permalink
Fix srtool image tag (#1283)
Browse files Browse the repository at this point in the history
* Fix image tag

Signed-off-by: Dengjianping <djptux@gmail.com>

* Bump rust

Signed-off-by: Dengjianping <djptux@gmail.com>

---------

Signed-off-by: Dengjianping <djptux@gmail.com>
  • Loading branch information
Dengjianping authored and anaye1997 committed Dec 25, 2023
1 parent b837d97 commit c3f14ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: chevdor/srtool-actions@v0.9.1
with:
image: paritytech/srtool
tag: 1.74
tag: 1.74.0
chain: ${{ matrix.runtime.name }}
- name: persist srtool digest
run: >
Expand Down Expand Up @@ -114,8 +114,8 @@ jobs:
rustup default stable
rustup update
rustup target add wasm32-unknown-unknown
rustup install 1.69.0
rustup target add wasm32-unknown-unknown --toolchain 1.69.0
rustup install 1.71.0
rustup target add wasm32-unknown-unknown --toolchain 1.71.0
- name: cache cargo
uses: Swatinem/rust-cache@v2
- name: build
Expand All @@ -127,7 +127,7 @@ jobs:
SCCACHE_DIR: ~/.cache/sccache
run: |
source ${HOME}/.cargo/env
RUSTC_BOOTSTRAP=1 cargo +1.69.0 build --profile production --verbose
RUSTC_BOOTSTRAP=1 cargo +1.71.0 build --profile production --verbose
- name: stop sccache server
run: sccache --stop-server || true
- if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime_upgrade_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: chevdor/srtool-actions@v0.9.1
with:
image: paritytech/srtool
tag: 1.74
tag: 1.74.0
chain: ${{ env.RUNTIME }}
- name: persist srtool digest
run: >
Expand Down

0 comments on commit c3f14ef

Please sign in to comment.