Skip to content

Commit

Permalink
Merge pull request #2252 from eqlabs/krisztian/p2p-docker-build
Browse files Browse the repository at this point in the history
chore(github): fix P2P Docker build
  • Loading branch information
kkovaacs authored Sep 20, 2024
2 parents ff846a9 + 1bcdf06 commit be4f25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-p2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
file: ./Dockerfile
build-args: |
PATHFINDER_FORCE_VERSION=${{ steps.generate_version.outputs.pathfinder_version }}
CARGO_EXTRA_ARGS="--features p2p"
CARGO_EXTRA_ARGS=--features p2p
builder: ${{ steps.buildx.outputs.name }}
push: true
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit be4f25b

Please sign in to comment.