From f147f0ccae11c006aeb8adbab91c6d53fa92f083 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Tue, 23 Feb 2021 15:29:46 +0200 Subject: [PATCH] Update Docker Client User Agent in CI --- .github/workflows/ci-actions.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 6613511768909..ed39b6ce3e799 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -547,6 +547,11 @@ jobs: java-version: 11 - name: Reclaim Disk Space run: .github/ci-prerequisites.sh + # We do this so we can get better analytics for the downloaded version of the build images + - name: Update Docker Client User Agent + shell: bash + run: | + cat <<< $(jq '.HttpHeaders += {"User-Agent": "Quarkus-CI-Docker-Client"}' ~/.docker/config.json) > ~/.docker/config.json - name: Download Maven Repo uses: actions/download-artifact@v1 with: