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

@@ -24,7 +24,7 @@ runs:
- name: Pre-pull latest devel image to warm cache
shell: bash
run: docker pull ghcr.io/${OWNER_LC}/awx_devel:${{ github.base_ref }}
run: docker pull -q ghcr.io/${OWNER_LC}/awx_devel:${{ github.base_ref }}
- name: Build image for current source checkout
shell: bash