mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
try id token?
This commit is contained in:
parent
cf51070d17
commit
d5afddca60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
|
@ -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 gcr.io --username=nonsense --password-stdin
|
||||
gcloud auth print-identity-token | ko login gcr.io --username=nonsense --password-stdin
|
||||
|
||||
# Test a quick one first. TODO: remove
|
||||
- run: ko publish ./cmd/random
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue