Try separate steps
Some checks failed
/ test (pull_request) Failing after 11s

This commit is contained in:
Patrik Lundin 2024-06-27 15:31:38 +02:00
parent b4c596fc1f
commit 51ef79eb4b
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -13,8 +13,7 @@ jobs:
- uses: https://github.com/ko-build/setup-ko@v0.7 - uses: https://github.com/ko-build/setup-ko@v0.7
with: with:
version: v0.15.4 version: v0.15.4
- run: | - run: ko login https://platform.sunet.se --username ci-sunet-cdn --password ${{ secrets.CI_SUNET_CDN }}
ko login https://platform.sunet.se --username ci-sunet-cdn --password ${{ secrets.CI_SUNET_CDN }} - run: ko build
ko build
env: env:
KO_DOCKER_REPO: platform.sunet.se/sunet-cdn KO_DOCKER_REPO: platform.sunet.se/sunet-cdn