This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git


The following commit(s) were added to refs/heads/main by this push:
     new ec8fda9  chore(ci): allow manually run workflow to publish docker 
(#204)
ec8fda9 is described below

commit ec8fda90223533c78d333cd0c0394d13e3a23fbe
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Mar 9 23:56:21 2026 +0800

    chore(ci): allow manually run workflow to publish docker (#204)
---
 .github/workflows/publish-docker.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index b916a70..49e8107 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -20,6 +20,7 @@ on:
   push:
     branches:
       - main
+  workflow_dispatch:
 
 env:
   HUB: ghcr.io/apache/skywalking-rover
@@ -55,4 +56,4 @@ jobs:
           sudo rm -f /mnt/swapfile
           df -h /
       - name: Build and push docker images
-        run: make docker.push
\ No newline at end of file
+        run: make docker.push

Reply via email to