Skip to content

Commit

Permalink
Fix container name and remove 7.1rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Dec 18, 2021
1 parent 50ec319 commit 0318e81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
# Test against RouterOS v7
routeros_version:
- "7.1"
- "7.1rc7"
legacy_bgp_support: [true]

steps:
Expand Down Expand Up @@ -63,7 +62,7 @@ jobs:

services:
routeros:
image: gnewbury/docker-routeros:${{ matrix.routeros_version }}
image: gnewbury/routeros:${{ matrix.routeros_version }}
ports:
- 443:443
volumes:
Expand Down

0 comments on commit 0318e81

Please sign in to comment.