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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git


The following commit(s) were added to refs/heads/main by this push:
     new 90748e4  ci: upgrade docker/login-action to v3 to fix workflow 
startup_failure (#238)
90748e4 is described below

commit 90748e4f49a56cb6aee24d59a290dd49c48e5cdc
Author: tetrate-ci[bot] <[email protected]>
AuthorDate: Tue Mar 31 15:14:53 2026 +0800

    ci: upgrade docker/login-action to v3 to fix workflow startup_failure (#238)
    
    The publish-docker workflow was failing with startup_failure because
    docker/[email protected] relies on deprecated Node.js 16 which
    GitHub Actions has removed. Upgrade to v3 to restore image publishing.
    
    Co-authored-by: Tetrate CVE Bot <[email protected]>
---
 .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 d3a6f54..91af45f 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -44,7 +44,7 @@ jobs:
           submodules: true
       - name: Log in to the Container registry
         if: github.event_name != 'pull_request'
-        uses: docker/[email protected]
+        uses: docker/login-action@v3
         with:
           registry: ${{ env.HUB }}
           username: ${{ github.actor }}

Reply via email to