1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00

check cloud run auth

This commit is contained in:
Jason Hall 2021-09-22 10:26:42 -04:00
parent 49c2907b69
commit 683870e07e

View file

@ -40,6 +40,7 @@ jobs:
- name: Login
run: |
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
gcloud run services list # check auth; TODO: remove
# Test a quick one first. TODO: remove
- run: ko publish ./cmd/random