From 1bce33923b2cbe297a0cd7cefa82c2892527916e Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 27 May 2026 10:06:27 +0100 Subject: [PATCH] build: Bump container version Signed-off-by: Rob Bradford --- .github/workflows/docker-image.yaml | 2 +- scripts/dev_cli.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 3fbf05436..689878a24 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -41,7 +41,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # generate Docker tags based on the following events/attributes tags: | - type=raw,value=20260517-0 + type=raw,value=20260522-0 type=sha - name: Build and push diff --git a/scripts/dev_cli.sh b/scripts/dev_cli.sh index a960f9a06..8a8a52f1d 100755 --- a/scripts/dev_cli.sh +++ b/scripts/dev_cli.sh @@ -9,7 +9,7 @@ CLI_NAME="Cloud Hypervisor" CTR_IMAGE_TAG="ghcr.io/cloud-hypervisor/cloud-hypervisor" # Needs to match explicit version in docker-image.yaml workflow -CTR_IMAGE_VERSION="20260517-0" +CTR_IMAGE_VERSION="20260522-0" : "${CTR_IMAGE:=${CTR_IMAGE_TAG}:${CTR_IMAGE_VERSION}}" DOCKER_RUNTIME="docker"