Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 67d1fbc

Browse files
johnoloughlinEoghan Russell
authored and
Eoghan Russell
committed
update github action
Signed-off-by: John O'Loughlin <[email protected]>
1 parent c2cb796 commit 67d1fbc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .github/workflows/static-scan.yml

+9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v3
3737

38+
- name: remove deployer container from dockerfile
39+
run: sed -ie '/End of builder/,+5d' ./docker/userspacecni/Dockerfile
40+
- name: Build the Docker image
41+
run: docker build . -f ./docker/userspacecni/Dockerfile -t userspacecni:latest
42+
- name: run container
43+
run: docker run --name userspacecni -itd userspacecni:latest bash
44+
- name: docker copy generated bin api files
45+
run: docker cp userspacecni:/root/userspace-cni-network-plugin/cnivpp ./
46+
3847
- name: Set up Go
3948
uses: actions/setup-go@v3
4049
with:

0 commit comments

Comments
 (0)