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 573f58fd5d - Show all commits

View File

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