From ca2783fc61a2bf3da9fe7aeb25d062f25790773b Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Tue, 16 Jul 2024 09:43:55 -0700 Subject: [PATCH] bump buildx to v0.16.0 and regctl to v0.7.0 Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index c0729af..fecc884 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -45,7 +45,7 @@ stages: # Make buildx available as a docker CLI plugin .buildx-setup: before_script: - - export BUILDX_VERSION=v0.6.3 + - export BUILDX_VERSION=v0.16.0 - apk add --no-cache curl - mkdir -p ~/.docker/cli-plugins - curl -sSLo ~/.docker/cli-plugins/docker-buildx "https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64" @@ -75,7 +75,7 @@ stages: # Download the regctl binary for use in the release steps .regctl-setup: before_script: - - export REGCTL_VERSION=v0.3.10 + - export REGCTL_VERSION=v0.7.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