From a98ab21af40014f4cbda35869c1fbba008b2a4d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:51:37 +0000 Subject: [PATCH] chore(deps): update regclient/actions digest to ce5fd13 (#12596) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | regclient/actions | action | digest | `d8097ee` -> `ce5fd13` | --- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/_build_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build_publish.yaml b/.github/workflows/_build_publish.yaml index ac64a82dd446..f25a30720c41 100644 --- a/.github/workflows/_build_publish.yaml +++ b/.github/workflows/_build_publish.yaml @@ -165,7 +165,7 @@ jobs: make docker/push/${{ matrix.image }} make docker/manifest/${{ matrix.image }} - name: Install regctl - uses: regclient/actions/regctl-installer@d8097ee5dd5cdf150516315919b58509fc7f4cfa + uses: regclient/actions/regctl-installer@ce5fd131e371ffcdd7508b478cb223b3511a9183 - name: image digest id: image_digest if: ${{ fromJSON(inputs.ALLOW_PUSH) }}