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: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install sudo - name: Install Docker
run: | run: |
apt-get update -y apt-get update -y
apt-get install -y sudo iptables apt-get install -y docker.io
- name: Setup docker
uses: docker/setup-docker-action@v4
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3