diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 452bfe29..5c96a405 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -126,6 +126,22 @@ jobs: tag: "c10s" image_name: "python-313-minimal-c10s" + - dockerfile: "3.14/Dockerfile.fedora" + docker_context: "3.14" + registry_namespace: "fedora" + quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME" + quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN" + tag: "314" + image_name: "python-314" + + - dockerfile: "3.14-minimal/Dockerfile.fedora" + docker_context: "3.14-minimal" + registry_namespace: "fedora" + quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME" + quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN" + tag: "314" + image_name: "python-314-minimal" + steps: - name: Build and push to quay.io registry uses: sclorg/build-and-push-action@v4 diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index cfa8ec1a..7e05c391 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -14,6 +14,6 @@ jobs: uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main" with: enabled-tests: '["container","container-pytest","openshift-4","openshift-pytest"]' - versions: '[ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal" ]' + versions: '[ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13", "3.13-minimal", "3.14", "3.14-minimal" ]' openshift-versions: '[ "3.8", "3.9", "3.11", "3.12", "3.12-minimal" ]' secrets: inherit