Fix build workflow
Some checks failed
Build / build (push) Failing after 4s

This commit is contained in:
Moritz Ruth 2025-02-28 22:15:21 +01:00
parent 0988276da8
commit 2120e935f7
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: "docker"
container:
image: "code.forgejo.org/oci/alpine:3.21"
steps:
- name: "Checkout"