Skip to content

Commit

Permalink
Add quiet flag back into main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored Jul 31, 2020
1 parent 03970f9 commit e04ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
version: '290.0.1'
export_default_credentials: true
- run: gcloud auth configure-docker
- run: gcloud auth configure-docker --quiet
- name: Build image
run: make build-${{ matrix.component }}-docker REGISTRY=${REGISTRY} VERSION=${GITHUB_SHA}
- name: Push image
Expand Down

0 comments on commit e04ec97

Please sign in to comment.