Fix 12
All checks were successful
Build And Test / build (push) Successful in 11s
Build And Test / publish (push) Successful in 59s

This commit is contained in:
2025-05-08 09:04:19 +02:00
parent 7f3501ea77
commit 39ecd8a708

View File

@@ -25,6 +25,12 @@ jobs:
[registry."gitea.sanplex.tech/sansan"]
http = true
insecure = true
- name: Login to Gitea
uses: docker/login-action@v2
with:
registry: gitea.sanplex.tech
username: ${{ github.repository_owner }}
password: ${{ secrets.TOKEN }}
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5
with: