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 0a4cb4b673 - Show all commits

View File

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