You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2021/09/27 01:57:29 UTC

[skywalking-satellite] branch main updated: Fix branch name (#71)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new fbd92ab  Fix branch name (#71)
fbd92ab is described below

commit fbd92abe49b0a27987ea88603efbcdf381788ef6
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Sep 27 09:57:25 2021 +0800

    Fix branch name (#71)
---
 .github/workflows/publish-docker.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml
index fb0db97..63fcf74 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -19,7 +19,7 @@ name: publish-docker
 on:
   push:
     branches:
-      - master
+      - main
 
 env:
   HUB: ghcr.io/apache/skywalking-satellite