Skip to content

Commit

Permalink
Add UID/GID to environment for GitHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Mar 4, 2024
1 parent 10e4979 commit c4a0510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockercompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: docker-compose build
run: |
echo "UID=$(id -u)" >> .env
echo "GID=$(id -g)" >> .env
docker-compose build
- name: Verify containers stay running at least 1 minute
Expand Down

0 comments on commit c4a0510

Please sign in to comment.