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 9a5346cfe4 - Show all commits

View File

@ -16,6 +16,7 @@ jobs:
run: | run: |
apt-get update -y apt-get update -y
apt-get install -y docker.io apt-get install -y docker.io
systemctl start docker
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3