mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 04:19:37 +00:00
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:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user