This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-mcp.git
The following commit(s) were added to refs/heads/main by this push:
new 8333791 remove fetch-tags: true (#32)
8333791 is described below
commit 8333791203bada74fa21fb4f36208b466cf03a7a
Author: Fine0830 <[email protected]>
AuthorDate: Mon Mar 16 18:42:09 2026 +0800
remove fetch-tags: true (#32)
---
.github/workflows/publish-docker.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/publish-docker.yaml
b/.github/workflows/publish-docker.yaml
index f0a3c66..ff35cfb 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -42,8 +42,6 @@ jobs:
HUB: ${{ github.event_name == 'release' && 'docker.io/apache' ||
'ghcr.io/apache' }}
steps:
- uses: actions/checkout@v4
- with:
- fetch-tags: true
- name: Set up Go
uses: actions/setup-go@v5
with: