Forgejo actions config
Some checks failed
/ Test (push) Successful in 3s
/ Checkout (push) Successful in 12s
/ Build (push) Failing after 6s
ci / docker (push) Has been cancelled

This commit is contained in:
david 2024-07-22 03:41:01 +02:00
parent 90c631a07a
commit f8eb5865c1

View file

@ -5,7 +5,7 @@ on:
jobs: jobs:
docker: docker:
runs-on: lxc runs-on: sh
steps: steps:
- run: apt-get -y --no-install-recommends install docker.io - run: apt-get -y --no-install-recommends install docker.io
- -