build: add CI (using Docker) #2

Merged
Future merged 57 commits from build/ci-docker into main 2024-03-26 18:18:35 +00:00
Showing only changes of commit c561e199ac - Show all commits

View File

@ -28,4 +28,4 @@ jobs:
- name: Link assets
run: |
docker run --rm -v ${{ gitea.workspace }}:/workspace --workdir workspace ubuntu:noble sh -c "ls -al"
docker run --rm -v ${{ gitea.workspace }}:/workspace --workdir /workspace ubuntu:noble sh -c "ls -al"