.gitea/workflows/build.yaml aktualisiert
Some checks failed
Build / Build (push) Failing after 34s

This commit is contained in:
skruecken 2025-03-22 17:28:21 +01:00
parent 7090578f32
commit 79c069df83

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Build:
runs-on: ubuntu-latest
ontainer:
container:
image: golang:latest
options: --network host
steps: