This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git
The following commit(s) were added to refs/heads/main by this push:
new b59eb76 fix the docker login step is not allow in the GHA (#246)
b59eb76 is described below
commit b59eb7654b9219b10592629e35b6993aa87f0812
Author: mrproliu <[email protected]>
AuthorDate: Wed May 27 21:15:28 2026 +0800
fix the docker login step is not allow in the GHA (#246)
---
.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 234b2a0..9bb70ee 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -39,7 +39,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 }}