File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ trigger-pipeline:
150150# Download the regctl binary for use in the release steps
151151.regctl-setup :
152152 before_script :
153- - export REGCTL_VERSION=v0.8.2
153+ - export REGCTL_VERSION=v0.8.3
154154 - apk add --no-cache curl
155155 - mkdir -p bin
156156 - curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ jobs:
440440 name : Check out code
441441 - name : set-up regctl
442442 run : |
443- export REGCTL_VERSION=v0.8.2
443+ export REGCTL_VERSION=v0.8.3
444444 mkdir -p bin
445445 curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64
446446 chmod a+x bin/regctl
You can’t perform that action at this time.
0 commit comments