refactor: use dokploy/monitoring tag image

This commit is contained in:
Mauricio Siu
2025-02-02 19:33:52 -06:00
parent d1610855bb
commit f638f49ab6
2 changed files with 3 additions and 3 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