Skip to content

Commit 7162715

Browse files
committed
Trigger OCI image build
Signed-off-by: Guvenc Gulce <[email protected]>
1 parent 13950e9 commit 7162715

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-oci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- feat/container
8+
- feature/prefix_delegation
89
tags:
910
- '*'
1011
paths-ignore:

src/daemon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ impl FeosGrpc for FeOSAPI {
381381
self.vmm
382382
.add_net_device(vm_uuid, net_config)
383383
.map_err(|e| self.handle_error(e))?;
384-
384+
385385
Ok(Response::new(AttachNicVmResponse {}))
386386
}
387387

0 commit comments

Comments
 (0)