fix: Update CI workflow to publish Docker image and document Coolify deployment process
CI / lint-test-build (push) Successful in 2m36s

This commit is contained in:
2026-06-01 17:48:13 +02:00
parent df55953d31
commit 8ef8dc801d
3 changed files with 29 additions and 33 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/allucanget/arbitrade:latest