diff --git a/.common-ci.yml b/.common-ci.yml index 3d5c64c5e..7a3c85502 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -137,7 +137,7 @@ trigger-pipeline: # Download the regctl binary for use in the release steps .regctl-setup: before_script: - - export REGCTL_VERSION=v0.11.3 + - export REGCTL_VERSION=v0.11.4 - apk add --no-cache curl - mkdir -p bin - curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64 diff --git a/.github/workflows/forward-compatibility.yaml b/.github/workflows/forward-compatibility.yaml index 0bdbd10c4..611b7b63e 100644 --- a/.github/workflows/forward-compatibility.yaml +++ b/.github/workflows/forward-compatibility.yaml @@ -35,9 +35,9 @@ jobs: - uses: actions/checkout@v6 - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816 with: - release: v0.11.3 + release: v0.11.4 - name: Get latest component images and generate values override file env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5bc8be180..fb9cf0ba8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,9 +69,9 @@ jobs: - uses: actions/checkout@v6 name: Check out code - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816 with: - release: v0.11.3 + release: v0.11.4 - name: Retag gpu-operator env: OPERATOR_IMAGE_SOURCE: ${{ needs.variables.outputs.operator_image_source }}