Skip to content

Commit

Permalink
change user permission for docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Aug 7, 2022
1 parent 0f2bb27 commit 0e0a2af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
schedule:
- cron: '0 0 * * WED,SAT' # 00:00 on Wednesdays and Saturdays, weekly.

env:
DOCKER_ARGS: "--user 1001"

jobs:
up-to-date:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e0a2af

Please sign in to comment.