Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SR Linux asymmetric routing in evpn vxlan #173

Merged
merged 11 commits into from
Oct 16, 2024
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
Loading