aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2025-09-16 23:22:40 -0700
committerChris Lu <chris.lu@gmail.com>2025-09-16 23:22:40 -0700
commitf9f2609e633f820f9d4e327ba83395a4e4c6b8d0 (patch)
tree0f6398acff507db5cb153ed9177c7051f0298c8e /.github
parent58e0c1b3301f5c5c0723f71726b6f1053e9152f9 (diff)
downloadseaweedfs-f9f2609e633f820f9d4e327ba83395a4e4c6b8d0.tar.xz
seaweedfs-f9f2609e633f820f9d4e327ba83395a4e4c6b8d0.zip
Fix RocksDB docker build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/container_release3.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml
index dafff5119..479e2f841 100644
--- a/.github/workflows/container_release3.yml
+++ b/.github/workflows/container_release3.yml
@@ -53,6 +53,8 @@ jobs:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}
file: ./docker/Dockerfile.rocksdb_large
+ build-args: |
+ BRANCH=${{ github.sha }}
platforms: linux/amd64
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}