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 d72c157377 - Show all commits

View File

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