action-runner-demo/.forgejo/workflows/demo.yaml
Patrik Lundin c22163fdef
All checks were successful
/ test (pull_request) Successful in 33s
Try setting specific version
2024-06-27 07:52:00 +02:00

20 lines
473 B
YAML

on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- 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
env:
KO_DOCKER_REPO: ko.local