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