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 4245e7f commit 61b7bcfCopy full SHA for 61b7bcf
.github/workflows/reusable_basic.yml
@@ -20,7 +20,7 @@ jobs:
20
container:
21
# image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
22
image: ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
23
- options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_ADMIN
+ options: --user test_user --cap-add=SYS_NICE
24
volumes:
25
- ${{ github.workspace }}:${{ github.workspace }}
26
strategy:
.github/workflows/reusable_fast.yml
@@ -18,7 +18,7 @@ jobs:
18
19
0 commit comments