This is an automated email from the ASF dual-hosted git repository.
mchades pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new 6c52458ee9 [Cherry-pick to branch-1.3] [MINOR] fix(workflow): refresh
docker login action SHA for ASF allowlist (#11908) (#11913)
6c52458ee9 is described below
commit 6c52458ee941b7db8a1a7d49e2e5553535ac404a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 7 11:39:39 2026 +0800
[Cherry-pick to branch-1.3] [MINOR] fix(workflow): refresh docker login
action SHA for ASF allowlist (#11908) (#11913)
**Cherry-pick Information:**
- Original commit: bcb9d2da8725a9a4f353de48a5b297c25c686aa3
- Target branch: `branch-1.3`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: mchades <[email protected]>
---
.github/workflows/docker-image.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docker-image.yml
b/.github/workflows/docker-image.yml
index 1b0920c84e..b5d9c3fd92 100644
--- a/.github/workflows/docker-image.yml
+++ b/.github/workflows/docker-image.yml
@@ -118,7 +118,7 @@ jobs:
uses:
docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
- name: Login to Docker Hub
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 #
v4.0.0
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
with:
username: ${{ github.event.inputs.username }}
password: ${{ secrets.DOCKER_REPOSITORY_PASSWORD }}