File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ trigger-pipeline:
137137# Download the regctl binary for use in the release steps
138138.regctl-setup :
139139 before_script :
140- - export REGCTL_VERSION=v0.11.3
140+ - export REGCTL_VERSION=v0.11.4
141141 - apk add --no-cache curl
142142 - mkdir -p bin
143143 - 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 3737 - name : Install regctl
3838 uses : regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816
3939 with :
40- release : v0.11.3
40+ release : v0.11.4
4141
4242 - name : Get latest component images and generate values override file
4343 env :
Original file line number Diff line number Diff line change 7171 - name : Install regctl
7272 uses : regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816
7373 with :
74- release : v0.11.3
74+ release : v0.11.4
7575 - name : Retag gpu-operator
7676 env :
7777 OPERATOR_IMAGE_SOURCE : ${{ needs.variables.outputs.operator_image_source }}
You can’t perform that action at this time.
0 commit comments