Skip to content

Commit 468e838

Browse files
committed
set user when running the container
1 parent 5b4b9d3 commit 468e838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asn1scc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
run: chmod +x ./github-build.sh
2222

2323
- name: Run container to build and test
24-
run: docker run --rm -v ${{ github.workspace }}:/app asn1scc bash -c "./github-build.sh"
24+
run: docker run --rm -v ${{ github.workspace }}:/app --user 1000:1000 asn1scc bash -c "./github-build.sh"

0 commit comments

Comments
 (0)