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 905f21eb55 - Show all commits

View File

@ -14,7 +14,8 @@ jobs:
steps:
- name: Install sudo
run: |
apt install -y sudo
apt-get update -y
apt-get install -y sudo
- name: Setup docker
uses: docker/setup-docker-action@v4