This commit is contained in:
2025-05-08 09:04:19 +02:00
parent 478de6e3d4
commit a4ef66a3f8

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: