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 <[email protected]>
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