This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit 9668ce75c75955980a8d6a5418af589168613de9 Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com> AuthorDate: Wed Sep 8 08:32:34 2021 +0800 Fix dev image tag name --- .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: