diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index e4787e9..5ba8917 100644 --- a/.github/workflows/checker.yml +++ b/.github/workflows/checker.yml @@ -23,14 +23,11 @@ jobs: labels: [self-hosted, kernel-prd-u2404-x64-large-od-ephem] steps: - - name: Pull Docker Image - run: | - echo "Pulling Docker Image..." - echo "::group::$(printf '__________ %-100s' 'Pull Image' | tr ' ' _)" - docker pull artifacts.codelinaro.org/clo-420-qli-registry/kmake-image:ver.1.0 - docker tag artifacts.codelinaro.org/clo-420-qli-registry/kmake-image:ver.1.0 kmake-image:latest - echo "::endgroup::" - echo "Docker Image Pulled Successfully" + - name: Pull docker image + uses: qualcomm-linux/kernel-config/.github/actions/pull_docker_image@main + with: + image: ${{ vars.TECH_TEAM_NAMESPACE }}/kmake-image:${{ vars.KMAKE_IMAGE_VERSION }} + registry: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com - name: Checkout code id: sync