Skip to content

Commit d0ff658

Browse files
committed
docker release fix test
1 parent 78741f6 commit d0ff658

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/releaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232

3333
- name: Build and push
3434
uses: docker/build-push-action@v3
35+
env:
36+
VERSION: ${{ steps.vars.outputs.tag }}
3537
with:
38+
context: .
3639
push: true
3740
tags: flashbots/mev-boost:latest,flashbots/mev-boost:${{ steps.vars.outputs.tag }}
3841
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)