diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4a67b5e..3290e27 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: - '' # use the default of the DOCKERFILE - python:3.7-alpine - python:3.8-alpine - # - python:3.9-rc-alpine # Netbox does not work with Python 3.9 yet. + - python:3.9-rc-alpine fail-fast: false runs-on: ubuntu-latest name: Builds new Netbox Docker Images