This is an automated email from the ASF dual-hosted git repository.
jihuayu pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 29c2c4b8c chore(ci): bump docker/login CI actions to v4.6.0 (#3587)
29c2c4b8c is described below
commit 29c2c4b8cfe5e557018453c0b186d8b13ced2839
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Aug 11 21:35:48 2026 +0300
chore(ci): bump docker/login CI actions to v4.6.0 (#3587)
Bump docker/login CI actions to v4.6.0 (see:
https://github.com/docker/login-action/releases/tag/v4.6.0)
---
.github/workflows/nightly.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml
index c7769812a..82eb8db96 100644
--- a/.github/workflows/nightly.yaml
+++ b/.github/workflows/nightly.yaml
@@ -54,7 +54,7 @@ jobs:
- name: Login to Docker Hub
if: ${{ github.event_name != 'pull_request' }}
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -105,7 +105,7 @@ jobs:
merge-multiple: true
- name: Login to Docker Hub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}