Skip to content

Commit 9ccab3d

Browse files
committed
oracle 8 updates
1 parent b1d4c52 commit 9ccab3d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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', 'el9', 'd10', 'u18', 'u20' ]
27+
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10', 'u18', 'u20' ]
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 == 'el9' }}
75+
if: ${{ matrix.os == 'el7' || matrix.os == 'el8' || matrix.os == 'ol8' || matrix.os == 'el9' }}
7676
uses: docker/build-push-action@v3
7777
with:
7878
context: .

prep/Linux-RedHat-8

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
#
55

66
dnf -y install dnf-plugins-core
7-
dnf config-manager --set-enabled powertools

0 commit comments

Comments
 (0)