Upgrade Python image to 3.9-alpine
Upgrade the default base image to Python 3.9 and start testing on Python 3.10-rc
This commit is contained in:
parent
120a605d35
commit
30a98c5009
2 changed files with 3 additions and 4 deletions
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
|
@ -19,8 +19,7 @@ jobs:
|
|||
- ./build.sh develop
|
||||
docker_from:
|
||||
- '' # use the default of the build script
|
||||
- python:3.8-alpine
|
||||
- python:3.9-alpine
|
||||
- python:3.10-rc-alpine
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
name: Builds new Netbox Docker Images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue