Skip to content

Commit

Permalink
Update Docker Client User Agent in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Feb 23, 2021
1 parent 8f5fede commit f147f0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f147f0c

Please sign in to comment.