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 8f72269f3e - Show all commits

View File

@ -12,13 +12,10 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Install sudo
- name: Install Docker
run: |
apt-get update -y
apt-get install -y sudo iptables
- name: Setup docker
uses: docker/setup-docker-action@v4
apt-get install -y docker.io
- name: Login to Docker Hub
uses: docker/login-action@v3