Skip to content

Commit

Permalink
BIT-353: BIT-353 adding custom image to run srtool
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardogr committed Oct 12, 2023
1 parent 50e5214 commit 174f8cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
# run: |
# cargo test --tests --profile ci-test

- name: 🚀 Build executable
run: |
cargo build --profile ci-release
#- name: 🚀 Build executable
# run: |
# cargo build --profile ci-release

- name: Srtool build
id: srtool_build
Expand All @@ -110,7 +110,7 @@ jobs:
#BUILD_OPTS: ""
with:
chain: ${{ matrix.chain }}
image: paritytech/srtool # default one
image: opentensorfdn/srtool # default one
tag: nightly-x86_64-unknown-linux-gnu # locally available in our github action server
runtime_dir: runtime
package: node-subtensor-runtime
Expand Down

0 comments on commit 174f8cc

Please sign in to comment.