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 2f0a4ea2e6 - Show all commits

View File

@ -12,13 +12,10 @@ 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:
rootless: true
- name: Login to Docker Hub
uses: docker/login-action@v3