Fix RocksDB docker build

This commit is contained in:
Chris Lu
2025-09-16 23:22:40 -07:00
parent 58e0c1b330
commit f9f2609e63
3 changed files with 13 additions and 11 deletions

View File

@@ -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 }}