Skip to content

Commit

Permalink
1001
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Jan 27, 2025
1 parent dcb8f2f commit fd9d58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openwrt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
container:
# Ubuntu 24.04
image: sarcasticadmin/openwrt-build@sha256:25ac9d0dd4eeaad1aaaa7c82c09e9ecc103c69224fc55eb9717c4cfb018a5281
# Since user is ubuntu and gets 1000 from inside container
options: --user 1000
# Since user is openwrt and gets 1001 from inside container
options: --user 1001
steps:
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit fd9d58a

Please sign in to comment.