From 94db29fefbfcff04be0a7e18125aa9057b7e2a1a Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 24 Jul 2024 12:31:05 +0200 Subject: [PATCH] Do not build s2i-core and s2i-base for F38. They reached EOL Signed-off-by: Petr "Stone" Hracek --- .github/workflows/build-and-push.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 0e14f85..30ee9dc 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -35,14 +35,6 @@ jobs: use_default_tags: 'true' arch: "amd64, ppc64le, s390x, arm64" - - dockerfile: "Dockerfile.f38" - registry_namespace: "fedora" - tag: "38" - quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME" - quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN" - use_default_tags: 'true' - arch: "amd64, ppc64le, s390x, arm64" - - dockerfile: "Dockerfile.f39" registry_namespace: "fedora" tag: "39"