This is an automated email from the ASF dual-hosted git repository.
mrproliu 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 19a9fa9 Fix publish-docker startup failure: repin docker/login-action
to an Apache-approved SHA (#250)
19a9fa9 is described below
commit 19a9fa9bf058329281aa611f176cf5b7e5cbda8f
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed Jun 17 10:44:27 2026 +0800
Fix publish-docker startup failure: repin docker/login-action to an
Apache-approved SHA (#250)
---
.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 9bb70ee..7a3e290 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/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
with:
registry: ${{ env.HUB }}
username: ${{ github.actor }}