diff --git a/.github/workflows/forward-compatibility.yaml b/.github/workflows/forward-compatibility.yaml index e027609879..65ffc9d09b 100644 --- a/.github/workflows/forward-compatibility.yaml +++ b/.github/workflows/forward-compatibility.yaml @@ -42,7 +42,7 @@ jobs: echo "REGCTL_VERSION=${REGCTL_VERSION##REGCTL_VERSION ?= }" >> "${GITHUB_ENV}" - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@5c882eb04fcca27ebb4f5904e0da01f0780063ea with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release-rc-assets.yaml b/.github/workflows/release-rc-assets.yaml index 92308d2c7f..ff4720003e 100644 --- a/.github/workflows/release-rc-assets.yaml +++ b/.github/workflows/release-rc-assets.yaml @@ -145,7 +145,7 @@ jobs: run: pip install --quiet pyyaml - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@5c882eb04fcca27ebb4f5904e0da01f0780063ea with: release: ${{ env.REGCTL_VERSION }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac44f37d56..b849dc7817 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,7 +75,7 @@ jobs: REGCTL_VERSION=$(grep "REGCTL_VERSION ?=" versions.mk) echo "REGCTL_VERSION=${REGCTL_VERSION##REGCTL_VERSION ?= }" >> "${GITHUB_ENV}" - name: Install regctl - uses: regclient/actions/regctl-installer@148669fe4b19151fcab6e00c6df2db43b9e2b097 + uses: regclient/actions/regctl-installer@5c882eb04fcca27ebb4f5904e0da01f0780063ea with: release: ${{ env.REGCTL_VERSION }} - name: Retag gpu-operator