mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
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
|
||||
|
||||
@@ -9,7 +9,7 @@ export const setupMonitoring = async (serverId: string) => {
|
||||
const server = await findServerById(serverId);
|
||||
|
||||
const containerName = "mauricio-monitoring";
|
||||
const imageName = "siumauricio/monitoring:canary";
|
||||
const imageName = "dokploy/monitoring:canary";
|
||||
|
||||
const settings: ContainerCreateOptions = {
|
||||
name: containerName,
|
||||
@@ -74,7 +74,7 @@ export const setupWebMonitoring = async (adminId: string) => {
|
||||
const admin = await findAdminById(adminId);
|
||||
|
||||
const containerName = "mauricio-monitoring";
|
||||
const imageName = "siumauricio/monitoring:canary";
|
||||
const imageName = "dokploy/monitoring:canary";
|
||||
|
||||
const settings: ContainerCreateOptions = {
|
||||
name: containerName,
|
||||
|
||||
Reference in New Issue
Block a user