Merge pull request #2196 from Marukome0743/dispatch

ci: remove custom branch and add workflow_dispatch event
This commit is contained in:
Mauricio Siu
2025-07-20 19:37:27 -06:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ name: Build Docker images
on:
push:
branches: ["canary", "main", "feat/monitoring"]
branches: [main, canary]
workflow_dispatch:
jobs:
build-and-push-cloud-image:

View File

@@ -2,7 +2,8 @@ name: Dokploy Docker Build
on:
push:
branches: [main, canary, "1061-custom-docker-service-hostname"]
branches: [main, canary]
workflow_dispatch:
env:
IMAGE_NAME: dokploy/dokploy