This is an automated email from the ASF dual-hosted git repository.
wankai123 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git
The following commit(s) were added to refs/heads/main by this push:
new 7544822 Support workflow dispatch to push docker image (#251)
7544822 is described below
commit 754482220284b9c59d9e48c7f3cf943362eec41d
Author: mrproliu <[email protected]>
AuthorDate: Thu Jul 16 10:22:19 2026 +0800
Support workflow dispatch to push docker image (#251)
---
.github/workflows/publish-docker.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/publish-docker.yaml
b/.github/workflows/publish-docker.yaml
index 7a3e290..10b0dba 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -17,6 +17,7 @@
name: publish-docker
on:
+ workflow_dispatch:
push:
branches:
- main