mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 16:44:02 +01:00
Merge pull request #347 from tobiasge/python-final
Use release version of Python 3.9 in tests
This commit is contained in:
commit
120a605d35
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
docker_from:
|
docker_from:
|
||||||
- '' # use the default of the build script
|
- '' # use the default of the build script
|
||||||
- python:3.8-alpine
|
- python:3.8-alpine
|
||||||
- python:3.9-rc-alpine
|
- python:3.9-alpine
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Builds new Netbox Docker Images
|
name: Builds new Netbox Docker Images
|
||||||
|
Loading…
Reference in New Issue
Block a user