From d5780a76f996ca7f5e028fc02a3840782f84393b Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Thu, 6 Mar 2025 09:43:54 -0800 Subject: [PATCH] bump regctl to v0.8.2 in .common-ci.yml Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.common-ci.yml b/.common-ci.yml index 6cfd7dba3..433a2a53f 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -150,7 +150,7 @@ trigger-pipeline: # Download the regctl binary for use in the release steps .regctl-setup: before_script: - - export REGCTL_VERSION=v0.8.0 + - export REGCTL_VERSION=v0.8.2 - apk add --no-cache curl - mkdir -p bin - curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64