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

This commit is contained in:
Attilio Greco 2024-12-20 17:50:57 +01:00
parent 2ede7e10a8
commit 1aafd38ac3

View File

@ -10,18 +10,16 @@ jobs:
build_base_image:
strategy:
matrix:
#"3.11", "3.12", "3.13", "3.14"
# "3.19", "3.20", "3.21"
python: ["3.10"]
alpine: ["3.18"]
python: ["3.10", "3.11", "3.12", "3.13"]
alpine: ["3.18", "3.19", "3.20", "3.21"]
# include:
# - python: "3.10.6"
# alpine: "3.16"
# exclude:
# - python: "3.12"
# alpine: "3.16"
# - python: 3.10.9
# alpine: "3.15"
exclude:
- python: "3.12"
alpine: "3.18"
- python: "3.13"
alpine: "3.18"
runs-on: ubuntu-latest
steps: