This is an automated email from the ASF dual-hosted git repository.
twice 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 3da17b37 ci: fix build-push-action by supplying context argument
(#2780)
3da17b37 is described below
commit 3da17b375518201ddfc21f43046a75769971706f
Author: Twice <[email protected]>
AuthorDate: Sun Feb 9 16:48:50 2025 +0800
ci: fix build-push-action by supplying context argument (#2780)
---
.github/workflows/nightly.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml
index 79629d7d..e927a201 100644
--- a/.github/workflows/nightly.yaml
+++ b/.github/workflows/nightly.yaml
@@ -69,6 +69,7 @@ jobs:
id: build
uses: docker/build-push-action@v6
with:
+ context: .
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}