We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9475bb4 commit ca74864Copy full SHA for ca74864
.github/workflows/mkosi.yml
@@ -131,7 +131,7 @@ jobs:
131
run: sudo mkosi genkey
132
133
- name: Build ${{ matrix.distro }}
134
- run: sudo mkosi --repository-key-check=false
+ run: sudo env -u SUDO_USER -u SUDO_UID -u SUDO_GID mkosi --repository-key-check=false
135
136
- name: Show ${{ matrix.distro }} image summary
137
run: sudo mkosi summary
0 commit comments