Skip to content

Commit

Permalink
oracle 8 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1867 committed Mar 18, 2024
1 parent b1d4c52 commit 9ccab3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ 'el7', 'el8', 'el9', 'd10', 'u18', 'u20' ]
os: [ 'el7', 'el8', 'ol8', 'el9', 'd10', 'u18', 'u20' ]

runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -72,7 +72,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 == 'el9' }}
if: ${{ matrix.os == 'el7' || matrix.os == 'el8' || matrix.os == 'ol8' || matrix.os == 'el9' }}
uses: docker/build-push-action@v3
with:
context: .
Expand Down
1 change: 0 additions & 1 deletion prep/Linux-RedHat-8
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
#

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

0 comments on commit 9ccab3d

Please sign in to comment.