Skip to content

Commit

Permalink
bugfix: hive build-args (paradigmxyz#7013)
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson authored Mar 6, 2024
1 parent 6f8d1a8 commit 64854c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
with:
context: .
tags: ghcr.io/paradigmxyz/reth:latest
build-args: BUILD_PROFILE=hivetests,FEATURES=asm-keccak
build-args: |
BUILD_PROFILE=hivetests
FEATURES=asm-keccak
outputs: type=docker,dest=./artifacts/reth_image.tar
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 64854c1

Please sign in to comment.