Skip to content

Commit

Permalink
chore : Update tcp-sanity-ubuntu-22.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Sep 16, 2023
1 parent 05a0a65 commit 2162c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tcp-sanity-ubuntu-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: pwd && ls && sudo -E env "PATH=$PATH" make docker-cp-ebpf
- run: docker exec -dit loxilb mkllb_bpffs
- run: id=`docker ps -f name=loxilb | cut -d " " -f 1 | grep -iv "CONTAINER"` && docker commit $id ghcr.io/loxilb-io/loxilb:latestu22
- run: docker stop loxilb && docker rm loxilb
- run: docker stop loxilb && docker rm loxilb && docker image tag ghcr.io/loxilb-io/loxilb:latest ghcr.io/loxilb-io/loxilb:latestu22
- run: |
cd cicd/tcplb/
./config.sh
Expand Down

0 comments on commit 2162c79

Please sign in to comment.