Compare commits

..

1 Commits

Author SHA1 Message Date
284bd1a034 finally like this?
Some checks failed
Build and docker image / Build (pull_request) Failing after 1m36s
2024-05-25 11:26:10 +02:00

View File

@ -10,6 +10,9 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Map docker socket
run: ln -s /var/run/user/1000/docker.sock /var/run/docker.sock
- uses: https://gitea.com/actions/checkout@v4