From 725893f7b0bb09acfbbfc3e461a97214525ed789 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 18 Dec 2024 14:53:03 -0800 Subject: [PATCH] bump regctl version in gitlab-ci 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 6a37d7989..6cfd7dba3 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.7.2 + - export REGCTL_VERSION=v0.8.0 - apk add --no-cache curl - mkdir -p bin - curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64