Skip to content

Commit e3d21ec

Browse files
committed
fix dockerfile
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 61ad980 commit e3d21ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-lueur-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ jobs:
494494
uses: docker/build-push-action@v6
495495
with:
496496
context: "."
497-
file: "./deploy/docker/lueur/Dockerfile_from_release"
497+
file: "./deploy/docker/lueur/Dockerfile_from_release_ebpf"
498498
push: ${{ github.event_name != 'pull_request' }}
499499
tags: ${{ steps.meta.outputs.tags }}
500500
labels: ${{ steps.meta.outputs.labels }}

lueur/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["lueur-cli", "lueur-ebpf-programs"]
44
default-members = ["lueur-cli"]
55

66
[workspace.package]
7-
version = "0.1.150"
7+
version = "0.1.151"
88
edition = "2024"
99
rust-version = "1.85"
1010
license-file = "LICENSE"

0 commit comments

Comments
 (0)