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

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


The following commit(s) were added to refs/heads/docker by this push:
     new 668a9c54cd Update publish-docker.yaml
668a9c54cd is described below

commit 668a9c54cd6a843be9f20b441e7ec03519be213a
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Wed Mar 8 20:18:02 2023 +0800

    Update publish-docker.yaml
---
 .github/workflows/publish-docker.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index dbbdeff0ff..92aeaef0e4 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -20,7 +20,9 @@ on:
   push:
     branches:
       - master
-      - docker
+  release:
+    types:
+      - released
 
 env:
   SKIP_TEST: true

Reply via email to