update python image
Some checks failed
Push web base image / build_base_image (3.18, 3.10) (push) Failing after 1m53s
Push web base image / build_base_image (3.18, 3.11) (push) Failing after 13s
Push web base image / build_base_image (3.19, 3.10) (push) Failing after 13s
Push web base image / build_base_image (3.19, 3.11) (push) Failing after 14s
Push web base image / build_base_image (3.19, 3.12) (push) Failing after 14s
Push web base image / build_base_image (3.19, 3.13) (push) Failing after 14s
Push web base image / build_base_image (3.20, 3.10) (push) Failing after 13s
Push web base image / build_base_image (3.20, 3.11) (push) Failing after 13s
Push web base image / build_base_image (3.20, 3.12) (push) Failing after 13s
Push web base image / build_base_image (3.20, 3.13) (push) Failing after 14s
Push web base image / build_base_image (3.21, 3.10) (push) Failing after 17s
Push web base image / build_base_image (3.21, 3.11) (push) Failing after 12s
Push web base image / build_base_image (3.21, 3.12) (push) Failing after 12s
Push web base image / build_base_image (3.21, 3.13) (push) Failing after 14s
Some checks failed
Push web base image / build_base_image (3.18, 3.10) (push) Failing after 1m53s
Push web base image / build_base_image (3.18, 3.11) (push) Failing after 13s
Push web base image / build_base_image (3.19, 3.10) (push) Failing after 13s
Push web base image / build_base_image (3.19, 3.11) (push) Failing after 14s
Push web base image / build_base_image (3.19, 3.12) (push) Failing after 14s
Push web base image / build_base_image (3.19, 3.13) (push) Failing after 14s
Push web base image / build_base_image (3.20, 3.10) (push) Failing after 13s
Push web base image / build_base_image (3.20, 3.11) (push) Failing after 13s
Push web base image / build_base_image (3.20, 3.12) (push) Failing after 13s
Push web base image / build_base_image (3.20, 3.13) (push) Failing after 14s
Push web base image / build_base_image (3.21, 3.10) (push) Failing after 17s
Push web base image / build_base_image (3.21, 3.11) (push) Failing after 12s
Push web base image / build_base_image (3.21, 3.12) (push) Failing after 12s
Push web base image / build_base_image (3.21, 3.13) (push) Failing after 14s
This commit is contained in:
parent
2ede7e10a8
commit
1aafd38ac3
16
.github/workflows/build-image.yml
vendored
16
.github/workflows/build-image.yml
vendored
@ -10,18 +10,16 @@ jobs:
|
|||||||
build_base_image:
|
build_base_image:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
#"3.11", "3.12", "3.13", "3.14"
|
python: ["3.10", "3.11", "3.12", "3.13"]
|
||||||
# "3.19", "3.20", "3.21"
|
alpine: ["3.18", "3.19", "3.20", "3.21"]
|
||||||
python: ["3.10"]
|
|
||||||
alpine: ["3.18"]
|
|
||||||
# include:
|
# include:
|
||||||
# - python: "3.10.6"
|
# - python: "3.10.6"
|
||||||
# alpine: "3.16"
|
# alpine: "3.16"
|
||||||
# exclude:
|
exclude:
|
||||||
# - python: "3.12"
|
- python: "3.12"
|
||||||
# alpine: "3.16"
|
alpine: "3.18"
|
||||||
# - python: 3.10.9
|
- python: "3.13"
|
||||||
# alpine: "3.15"
|
alpine: "3.18"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user