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

ko login no https

This commit is contained in:
Jason Hall 2021-09-22 11:09:22 -04:00
parent cf453de092
commit cf51070d17

View file

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