test addition of user option for container launch

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
此提交包含在:
Karl W. Schulz
2024-03-21 11:00:00 -05:00
父節點 1ae67a179d
當前提交 01d41bd428
+1
查看文件
@@ -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