fix: Update application port from 8000 to 9090 in configuration and deployment files
CI / lint-test-build (push) Failing after 43s

This commit is contained in:
2026-06-01 17:23:59 +02:00
parent 5051f2de83
commit df55953d31
5 changed files with 76 additions and 17 deletions
+14 -14
View File
@@ -50,18 +50,18 @@ jobs:
--thresholds ops/performance/latency_thresholds.json \
--iterations 600
- name: Login to Gitea registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: git.allucanget.biz
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
# - name: Login to Gitea registry
# if: github.event_name != 'pull_request'
# uses: docker/login-action@v3
# with:
# registry: git.allucanget.biz
# username: ${{ secrets.REGISTRY_USERNAME }}
# password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push image
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: git.allucanget.biz/${{ secrets.REGISTRY_NAMESPACE }}/arbitrade:${{ github.sha }}
# - name: Build and push image
# if: github.event_name != 'pull_request'
# uses: docker/build-push-action@v6
# with:
# context: .
# push: true
# tags: git.allucanget.biz/${{ secrets.REGISTRY_NAMESPACE }}/arbitrade:${{ github.sha }}