Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Aug 7, 2024
1 parent 5e7797d commit 62ec424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Get UID and GID of the new user and store in environment
id: ids
run: |
echo "UID=$(id -u builder)"
echo "UID=$(id -u builder)" >> $GITHUB_ENV
echo "GID=$(id -g builder)"
echo "GID=$(id -g builder)" >> $GITHUB_ENV
- name: Build Docker image
Expand Down

0 comments on commit 62ec424

Please sign in to comment.