1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00
This commit is contained in:
Jason Hall 2021-09-22 11:07:54 -04:00
parent f49e79d672
commit cf453de092

View file

@ -40,9 +40,7 @@ jobs:
- name: Login - name: Login
run: | run: |
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}" gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
# TODO remove gcloud auth print-access-token | ko login https://gcr.io --username=nonsense --password-stdin
gcloud auth list
gcloud run services list
# Test a quick one first. TODO: remove # Test a quick one first. TODO: remove
- run: ko publish ./cmd/random - run: ko publish ./cmd/random