Skip to content

Commit

Permalink
Update basic-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 506b4be commit 05a0a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic-sanity-ubuntu-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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:latest
- 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/sconnect/
./config.sh
Expand All @@ -67,4 +67,4 @@ jobs:
- name: Publish the latest loxilb Docker image
if: |
github.repository == 'loxilb-io/loxilb' && github.event_name != 'pull_request'
run: docker image tag ghcr.io/loxilb-io/loxilb:latest ghcr.io/loxilb-io/loxilb:latestu22 && docker push ghcr.io/loxilb-io/loxilb:latestu22
run: docker push ghcr.io/loxilb-io/loxilb:latestu22

0 comments on commit 05a0a65

Please sign in to comment.