From 4bebd2e798f8703e1f80361e00c32243573d7101 Mon Sep 17 00:00:00 2001 From: varatharajan568 <130632918+varatharajan568@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:00:42 +0530 Subject: [PATCH] Update native-full-build.yml --- .github/workflows/native-full-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-full-build.yml b/.github/workflows/native-full-build.yml index b6c573e2..a40b9e0a 100644 --- a/.github/workflows/native-full-build.yml +++ b/.github/workflows/native-full-build.yml @@ -11,7 +11,7 @@ jobs: name: Build player-interface component in github rdkcentral runs-on: ubuntu-latest container: - image: ghcr.io/rdkcentral/docker-rdk-ci:latest + image: ubuntu:22.04 steps: - name: Checkout code