Explorar o código

add quiet option to configure-docker

Yuki Takei %!s(int64=5) %!d(string=hai) anos
pai
achega
13794b60f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release-slackbot-proxy.yml

+ 1 - 1
.github/workflows/release-slackbot-proxy.yml

@@ -42,7 +42,7 @@ jobs:
 
     - name: Configure docker for gcloud
       run: |
-        gcloud auth configure-docker
+        gcloud auth configure-docker --quiet
 
     - name: Build and push
       uses: docker/build-push-action@v2