Skip to content

Commit

Permalink
make the container run as root
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 authored and wdower committed Jun 17, 2024
1 parent 5f22030 commit 4075496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-22.04
container: registry.access.redhat.com/ubi8/nodejs-18:latest
container:
image: registry.access.redhat.com/ubi8/nodejs-18:latest
options: -u 0 # dnf needs root
defaults:
run:
shell: bash
Expand Down

0 comments on commit 4075496

Please sign in to comment.