Update CI configuration for Gitea registry credentials and README for project setup
CI / lint-test-build (push) Successful in 6m41s

This commit is contained in:
2026-06-01 10:05:01 +02:00
parent f3f369ad6b
commit 6211575db7
2 changed files with 283 additions and 22 deletions
+3 -3
View File
@@ -41,8 +41,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.allucanget.biz
username: ${{ secrets.GITEA_REGISTRY_USERNAME }}
password: ${{ secrets.GITEA_REGISTRY_TOKEN }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push image
if: github.event_name != 'pull_request'
@@ -50,4 +50,4 @@ jobs:
with:
context: .
push: true
tags: git.allucanget.biz/${{ secrets.GITEA_REGISTRY_NAMESPACE }}/arbitrade:${{ github.sha }}
tags: git.allucanget.biz/${{ secrets.REGISTRY_NAMESPACE }}/arbitrade:${{ github.sha }}