Skip to content

Commit dc8e75e

Browse files
Remove support for EL7 and EL8 (but not OL8).
1 parent d31744c commit dc8e75e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: true
2626
matrix:
27-
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10','d11', 'd12', 'u18', 'u20', 'u22', 'u24' ]
27+
os: [ 'ol8', 'el9', 'd10','d11', 'd12', 'u18', 'u20', 'u22', 'u24' ]
2828

2929
runs-on: ubuntu-latest
3030
permissions:
@@ -72,7 +72,7 @@ jobs:
7272
# https://github.com/docker/build-push-action
7373
- name: Build and push Docker images
7474
id: build-and-push
75-
if: ${{ matrix.os == 'el7' || matrix.os == 'el8' || matrix.os == 'ol8' || matrix.os == 'el9' }}
75+
if: ${{ matrix.os == 'ol8' || matrix.os == 'el9' }}
7676
uses: docker/build-push-action@v3
7777
with:
7878
context: .

0 commit comments

Comments
 (0)