1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-16 12:21:53 +00:00

access token

This commit is contained in:
Jason Hall 2021-09-22 11:13:51 -04:00
parent d5afddca60
commit 1415f68078

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-identity-token | ko login gcr.io --username=nonsense --password-stdin
gcloud auth print-access-token | ko login gcr.io --username=oauth2accesstoken --password-stdin
# Test a quick one first. TODO: remove
- run: ko publish ./cmd/random