Skip to content

Commit

Permalink
SR Linux asymmetric routing in evpn vxlan (#173)
Browse files Browse the repository at this point in the history
* aninchat added srlinux-asymmetric blog post


---------

Co-authored-by: Roman Dodin <[email protected]>
  • Loading branch information
aninchat and hellt authored Oct 16, 2024
1 parent 6750be8 commit 0f829fa
Show file tree
Hide file tree
Showing 2 changed files with 1,785 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
fetch-depth: 0 # needed for commit authors plugin

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -94,6 +94,8 @@ jobs:
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
id: wrangler-deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 62e7f50db0ad5b34dbf1fb9b0ed2ef81
Expand Down
Loading

0 comments on commit 0f829fa

Please sign in to comment.