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

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


The following commit(s) were added to refs/heads/docker-push by this push:
     new 2fda7969be Fix wrong syntax in github workflow
2fda7969be is described below

commit 2fda7969be8f4ab2063ee402b1f2ae05aa7ea867
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Jul 16 14:25:30 2024 +0800

    Fix wrong syntax in github workflow
---
 .github/workflows/publish-docker.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 50cb0cbefa..01c7e0b20d 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -20,7 +20,6 @@ on:
   push:
     branches:
       - master
-      - docker-push
   release:
     types:
       - released

Reply via email to