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