Try building go with ko #2

Merged
patlu merged 11 commits from patlu/action-runner-demo:build_go into main 2024-06-28 07:05:24 +00:00
Showing only changes of commit 51ef79eb4b - Show all commits

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