From 9897ddc25ebee938186972702bda7767b65457f1 Mon Sep 17 00:00:00 2001 From: chevdor Date: Tue, 6 Jul 2021 10:16:08 +0200 Subject: [PATCH] chore: switch to the paritytech repo - 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 --- action.yml | 4 ++-- justfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 960247c..b41dbde 100644 --- a/action.yml +++ b/action.yml @@ -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: > @@ -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 diff --git a/justfile b/justfile index c314adf..e28594b 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -DEV_IMAGE := "nightly-2021-02-25-dev" +DEV_IMAGE := "1.53.0" # List available commands default: