Skip to content

Commit

Permalink
Fix indentation on master only pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored Jul 31, 2020
1 parent e04ec97 commit 8b3f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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=gcr.io/kf-feast VERSION=${GITHUB_SHA}
- name: Push image
Expand Down

0 comments on commit 8b3f15e

Please sign in to comment.