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-showcase.git
The following commit(s) were added to refs/heads/main by this push:
new e0f780c update builder (#262)
e0f780c is described below
commit e0f780ccfea93ea761ba2c6970ba25f31fc8826a
Author: Wan Kai <[email protected]>
AuthorDate: Wed May 20 11:47:51 2026 +0800
update builder (#262)
---
.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: