Skip to content

Commit

Permalink
fix build args
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed May 2, 2024
1 parent 85a13c4 commit 5ef04bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-mev-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
target_tag: ${{ inputs.docker_tag || inputs.ref }}-${{ matrix.slug }}
target_repository: ethpandaops/mev-rs
platform: ${{ matrix.platform }}
build_args: ${{ inputs.build_args }}

DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
Expand All @@ -74,7 +75,6 @@ jobs:
target_tag: ${{ inputs.docker_tag || inputs.ref }}
target_repository: ethpandaops/mev-rs
platforms: ${{ needs.prepare.outputs.platforms }}
build_args: ${{ inputs.build_args }}

DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,4 @@
target:
tag: main-minimal
repository: ethpandaops/mev-rs
build_args: --features minimal-preset
build_args: FEATURES=minimal-preset

0 comments on commit 5ef04bb

Please sign in to comment.