This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch kezhenxu94-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
commit e68864ff92b091fa36e6a8e4173d3d6f78998002 Author: kezhenxu94 <[email protected]> AuthorDate: Wed Mar 4 13:20:34 2026 +0800 chore(ci): allow manually run workflow to publish docker --- .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
