WIP: Use Gitea Actions to build Docker image #8

Draft
eric wants to merge 21 commits from develop into main
Showing only changes of commit 59748d7cc8 - Show all commits

View File

@ -12,6 +12,10 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Install sudo
run: |
apt install -y sudo
- name: Setup docker
uses: docker/setup-docker-action@v4