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:
|
with:
|
||||||
version: v0.15.4
|
version: v0.15.4
|
||||||
- run: |
|
- 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
|
ko build
|
||||||
env:
|
env:
|
||||||
KO_DOCKER_REPO: platform.sunet.se/sunet-cdn
|
KO_DOCKER_REPO: platform.sunet.se/sunet-cdn
|
||||||
|
|
Loading…
Reference in a new issue