Explorar o código

add configure-docker step

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

+ 4 - 0
.github/workflows/release-slackbot-proxy.yml

@@ -40,6 +40,10 @@ jobs:
         service_account_key: ${{ secrets.GCP_SA_KEY_SLACKBOT_PROXY }}
         export_default_credentials: true
 
+    - name: Configure docker for gcloud
+      run: |
+        gcloud auth configure-docker
+
     - name: Build and push
       uses: docker/build-push-action@v2
       with: