This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 6007f3c Fix dev image tag name (#7673)
6007f3c is described below
commit 6007f3ce2db1f9b8a77c338bc826c355fd647cb9
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed Sep 8 09:28:22 2021 +0800
Fix dev image tag name (#7673)
---
.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 d8bb783..ddba718 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -34,7 +34,7 @@ jobs:
packages: write
timeout-minutes: 90
env:
- TAG: ${{ github.sha }}-${{ matrix.es }}
+ TAG: ${{ github.sha }}
steps:
- uses: actions/checkout@v2
with: