See if it is correctly substituted when not doing echo
Some checks failed
/ test (pull_request) Failing after 12s
Some checks failed
/ test (pull_request) Failing after 12s
This commit is contained in:
parent
03e0cd6f33
commit
b4c596fc1f
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
version: v0.15.4
|
||||
- run: |
|
||||
echo "${{ secrets.CI_SUNET_CDN }}" | ko login https://platform.sunet.se --username ci-sunet-cdn --password-stdin
|
||||
ko login https://platform.sunet.se --username ci-sunet-cdn --password ${{ secrets.CI_SUNET_CDN }}
|
||||
ko build
|
||||
env:
|
||||
KO_DOCKER_REPO: platform.sunet.se/sunet-cdn
|
||||
|
|
Loading…
Reference in a new issue