Suppress docker pull output in checks (#15323)

Supress docker pull output in checks
This commit is contained in:
Alan Rominger
2024-07-03 15:04:59 -04:00
committed by GitHub
parent d91af132c1
commit 00ba1ea569
3 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Pre-pull image to warm build cache
run: |
docker pull ghcr.io/${{ github.repository_owner }}/awx_devel:${GITHUB_REF##*/} || :
docker pull -q ghcr.io/${{ github.repository_owner }}/awx_devel:${GITHUB_REF##*/} || :
- name: Build image
run: |