From 9476d9bbc2756ae673200965bfe473a411bd0316 Mon Sep 17 00:00:00 2001 From: Mark Feit Date: Wed, 3 Jul 2024 16:38:37 +0000 Subject: [PATCH] Remove EL7 and EL8 (but not OL8) from build actions. --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d3792e0..7e8729a 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ 'el7', 'el8', 'ol8', 'el9', 'd11', 'd12', 'u18', 'u20', 'u22', 'u24' ] + os: [ 'ol8', 'el9', 'd11', 'd12', 'u18', 'u20', 'u22', 'u24' ] runs-on: ubuntu-latest permissions: @@ -73,7 +73,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker images id: build-and-push - if: ${{ matrix.os == 'el7' || matrix.os == 'el8' || matrix.os == 'ol8'|| matrix.os == 'el9' }} + if: ${{ matrix.os == 'ol8'|| matrix.os == 'el9' }} uses: docker/build-push-action@v3 with: context: .