Fix/monitoring (#1270)

* refactor: make request to dokploy server to proxy requests

* refactor: lint

* refactor: use dokploy/monitoring tag image
This commit is contained in:
Mauricio Siu
2025-02-02 19:35:36 -06:00
committed by GitHub
parent 74a0f5e992
commit d492ff87f2
12 changed files with 212 additions and 168 deletions

View File

@@ -98,5 +98,5 @@ jobs:
file: ./Dockerfile.monitoring
push: true
tags: |
siumauricio/monitoring:${{ github.ref_name == 'main' && 'latest' || 'canary' }}
dokploy/monitoring:${{ github.ref_name == 'main' && 'latest' || 'canary' }}
platforms: linux/amd64