Try to push container to sunet-cdn org
Some checks failed
/ test (pull_request) Failing after 12s

This commit is contained in:
Patrik Lundin 2024-06-27 15:21:02 +02:00
parent 7515865cc4
commit 03e0cd6f33
Signed by: patlu
GPG key ID: A0A812BA2249F294
2 changed files with 5 additions and 4 deletions

View file

@ -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
View file

@ -1,3 +1,3 @@
module testgo
module action-runner-testgo
go 1.22.4