Skip to content

Commit

Permalink
feature(action_rpm): different path for centos container image
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeCyp committed Nov 15, 2024
1 parent a644d61 commit 9eb878b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["fedora:40", "fedora:41", "fedora:42", "centos:stream9"]
os: ["fedora:40", "fedora:41", "fedora:42", "quay.io/centos/centos:stream9"]
env:
name: ${{ needs.parsing.outputs.compname }}
compvers: ${{ needs.parsing.outputs.compvers }}
Expand All @@ -82,7 +82,7 @@ jobs:
sudo dnf install openssl-devel -y
- name: Install RPM on RHEL
if: contains(matrix.os, 'ubi')
if: contains(matrix.os, 'centos')
run: |
yum install rust cargo -y
export PATH=$PATH:$HOME/.cargo/bin/
Expand Down

0 comments on commit 9eb878b

Please sign in to comment.