This commit is contained in:
parent
7515865cc4
commit
03e0cd6f33
2 changed files with 5 additions and 4 deletions
|
@ -10,10 +10,11 @@ jobs:
|
|||
- uses: https://github.com/actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22.4'
|
||||
- run: echo All Good
|
||||
- uses: https://github.com/ko-build/setup-ko@v0.7
|
||||
with:
|
||||
version: v0.15.4
|
||||
- run: ko build
|
||||
- run: |
|
||||
echo "${{ secrets.CI_SUNET_CDN }}" | ko login https://platform.sunet.se --username ci-sunet-cdn --password-stdin
|
||||
ko build
|
||||
env:
|
||||
KO_DOCKER_REPO: ko.local
|
||||
KO_DOCKER_REPO: platform.sunet.se/sunet-cdn
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module testgo
|
||||
module action-runner-testgo
|
||||
|
||||
go 1.22.4
|
||||
|
|
Loading…
Add table
Reference in a new issue