This is an automated email from the ASF dual-hosted git repository. wankai123 pushed a commit to branch builder in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit d11e440a9b25208870d609dbfab75afb326d2847 Author: wankai123 <[email protected]> AuthorDate: Wed May 20 11:47:16 2026 +0800 update builder --- .github/workflows/publish-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index d55258c..e0e7682 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -37,9 +37,9 @@ jobs: with: submodules: true - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f - name: Log in to the Container registry uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 with:
