mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
ko login
This commit is contained in:
parent
f49e79d672
commit
cf453de092
1 changed files with 1 additions and 3 deletions
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue