diff --git a/.github/workflows/rhel-8.yml b/.github/workflows/rhel-8.yml index 868e0851ca..f769bccae3 100644 --- a/.github/workflows/rhel-8.yml +++ b/.github/workflows/rhel-8.yml @@ -23,6 +23,7 @@ jobs: runs-on: ubuntu-latest container: image: colramos/target-images:rhel8 + options: --user="$(id --user):$(id --group)" # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Install baseline OS dependencies