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

wuweijie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


The following commit(s) were added to refs/heads/main by this push:
     new 9742fd8  feat(ci): add manual docker build for ci (#178)
9742fd8 is described below

commit 9742fd829e7a8743db644b1c1356260800dfdf02
Author: pierce <[email protected]>
AuthorDate: Wed Jan 11 09:57:52 2023 +0800

    feat(ci): add manual docker build for ci (#178)
    
    Signed-off-by: xuanyuan300 <[email protected]>
    
    Signed-off-by: xuanyuan300 <[email protected]>
---
 .github/workflows/build.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 821535d..0cd8bae 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -20,6 +20,8 @@ on:
   release:
     types:
       - published
+  workflow_dispatch:
+
 env:
   REGISTRY: ghcr.io
   IMAGE_NAME: ${{ github.repository }}/apache-shardingsphere-operator

Reply via email to