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:
parent
49c2907b69
commit
683870e07e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue