Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/build-and-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
fail-fast: true
matrix:
include:
- BASE_PYTHON_VERSION: "3.12"
REGISTRY: quay.io
- BASE_PYTHON_VERSION: "3.11"
REGISTRY: quay.io
- BASE_PYTHON_VERSION: "3.10"
Expand Down Expand Up @@ -199,14 +201,14 @@ jobs:
fail-fast: true
matrix:
include:
- BASE_PYTHON_VERSION: "3.12"
REGISTRY: quay.io
- BASE_PYTHON_VERSION: "3.11"
REGISTRY: quay.io
- BASE_PYTHON_VERSION: "3.10"
REGISTRY: docker.io
- BASE_PYTHON_VERSION: "3.9"
REGISTRY: docker.io
- BASE_PYTHON_VERSION: "3.8"
REGISTRY: docker.io
steps:
- name: Docker Login
uses: docker/login-action@v3
Expand Down Expand Up @@ -368,6 +370,8 @@ jobs:
PYTHON_VERSION: "3.10"
- EXTENSION: vnc
PYTHON_VERSION: "3.11"
- EXTENSION: vnc
PYTHON_VERSION: "3.12"
- EXTENSION: batch
PYTHON_VERSION: "3.10"
steps:
Expand Down
Loading