We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc9c2c commit 8bf7ba2Copy full SHA for 8bf7ba2
.github/workflows/reusable_basic.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
container:
20
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
21
- options: --user 1000 --cap-add=SYS_NICE --cap-add=SYS_PTRACE
+ options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_PTRACE
22
volumes:
23
- ${{ github.workspace }}:${{ github.workspace }}
24
strategy:
0 commit comments