This is an automated email from the ASF dual-hosted git repository.
hulk 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 e1de94142 chore(ci): bump docker/build-push-action to v7 (#3384)
e1de94142 is described below
commit e1de9414289f83adb3503f9ed22ef9c9a637d9d3
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Mar 10 14:47:59 2026 +0200
chore(ci): bump docker/build-push-action to v7 (#3384)
Bump docker/build-push-action to v7 (see:
https://github.com/docker/build-push-action/releases/tag/v7.0.0)
---
.github/workflows/kvrocks.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 1322b8553..a09de2bbe 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -466,7 +466,7 @@ jobs:
- uses: actions/checkout@v6
- name: Get core numbers
run: echo "NPROC=$(nproc)" >> $GITHUB_ENV
- - uses: docker/build-push-action@v6
+ - uses: docker/build-push-action@v7
with:
context: .
build-args: MORE_BUILD_ARGS=-j${{ env.NPROC }}