Skip to content

Commit

Permalink
Don't try and build containers for prerelease versions of netbox
Browse files Browse the repository at this point in the history
The netbox_dns plugin is currently incompatible with docker-4.0: see

https://github.com/peteeckel/netbox-plugin-dns/releases/tag/1.0-beta1

So, in the mean time only build our containers pre-seeded with the
netbox_dns plugin for the current relese version(s) of netbox.  We
never want to run the pre-release version of netbox in any case.
  • Loading branch information
infracaninophile committed Apr 15, 2024
1 parent c72292f commit eda83f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
build_cmd:
- ./build-latest.sh
- PRERELEASE=true ./build-latest.sh
#- PRERELEASE=true ./build-latest.sh
- ./build.sh develop
platform:
- linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
build_cmd:
- ./build-latest.sh
- PRERELEASE=true ./build-latest.sh
#- PRERELEASE=true ./build-latest.sh
- ./build.sh develop
platform:
- linux/amd64,linux/arm64
Expand Down

0 comments on commit eda83f1

Please sign in to comment.