This is an automated email from the ASF dual-hosted git repository.

hanahmily 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 77fc9e1  chore: update docker/login-action to c94ce9fb
77fc9e1 is described below

commit 77fc9e1d1b238aff8a61324df06228f121235a81
Author: Hongtao Gao <[email protected]>
AuthorDate: Mon Mar 23 07:48:15 2026 +0000

    chore: update docker/login-action to c94ce9fb
---
 .github/workflows/publish-images.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-images.yaml 
b/.github/workflows/publish-images.yaml
index 3e95c27..4acbc0a 100644
--- a/.github/workflows/publish-images.yaml
+++ b/.github/workflows/publish-images.yaml
@@ -37,7 +37,7 @@ jobs:
         with:
           submodules: true
       - name: Log in to the Container registry
-        uses: docker/[email protected]
+        uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
         with:
           registry: ${{ env.HUB }}
           username: ${{ github.actor }}

Reply via email to