From 411d2a07aa5d16762ee4f1ed7d78ca37691af588 Mon Sep 17 00:00:00 2001 From: saxix Date: Fri, 5 Jul 2024 18:33:33 +0200 Subject: [PATCH] updates --- .github/actions/docker_build/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/docker_build/action.yml b/.github/actions/docker_build/action.yml index a37dc4a..3a19717 100644 --- a/.github/actions/docker_build/action.yml +++ b/.github/actions/docker_build/action.yml @@ -64,7 +64,9 @@ runs: key: ${{ runner.os }}-regclient - name: Install regctl if: steps.cache-regclient.outputs.cache-hit != 'true' - uses: regclient/actions/regctl-installer@main + uses: regclient/actions/regctl-installer@1.2 + with: + regctl-release: v0.4.7 # optional - name: Cache regclient id: cache-regclient-save uses: actions/cache/save@v4