Skip to content

Commit

Permalink
docker run options for init
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 15, 2023
1 parent ab37185 commit 2e1d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_docker_debian_codename_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
uses: tj-actions/docker-run@v2
with:
image: ${{ needs.build.outputs.image_tag_name }}
options: --platform ${{ env.platform }} --user ${{ matrix.username }}
options: --platform ${{ env.platform }} --user ${{ matrix.username }} -v "/sys/fs/cgroup/":"/sys/fs/cgroup:ro" --cap-add=SYS_ADMIN --init
name: ${{ matrix.test_script }}
args: |
./${{ matrix.test_script }}
Expand Down

0 comments on commit 2e1d3c4

Please sign in to comment.