Skip to content

Commit

Permalink
chore: switch to the paritytech repo
Browse files Browse the repository at this point in the history
- the default image is now paritytech/srtool
- the latest version is now fetch from the repo described by the "image" input

fix #5, fix #6
  • Loading branch information
chevdor committed Jul 6, 2021
1 parent db1056f commit 9897ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
description: >
You can use an alternate image, use with caution!
required: true
default: "chevdor/srtool"
default: "paritytech/srtool"

tag:
description: >
Expand Down Expand Up @@ -79,7 +79,7 @@ runs:
name: Check the version of the latest srtool
shell: bash
run: |
LATEST=`curl -s https://github.com/paritytech/srtool/blob/master/RUSTC_VERSION`
LATEST=`curl -s https://gitlab.com/${{ inputs.image }}/blob/master/RUSTC_VERSION`
echo "SRTOOL_LATEST=$LATEST" >> $GITHUB_ENV
- id: env_setup
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEV_IMAGE := "nightly-2021-02-25-dev"
DEV_IMAGE := "1.53.0"

# List available commands
default:
Expand Down

0 comments on commit 9897ddc

Please sign in to comment.