From d10ac77fb4f62e04cfcda03aa98b69bea71bbf01 Mon Sep 17 00:00:00 2001 From: Eden Reich Date: Wed, 19 Feb 2025 17:33:32 +0000 Subject: [PATCH] ci: Update container image in release workflow to use Kaniko executor Signed-off-by: Eden Reich --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8a64e1..0b3ee2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -233,7 +233,7 @@ jobs: - k8s target: aarch64-unknown-linux-musl container: - image: ubuntu:24.04 + image: gcr.io/kaniko-project/executor:v1.23.2 runs-on: ${{ matrix.os }} steps: - name: Checkout repository