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 eabcd24 commit 3017f17Copy full SHA for 3017f17
.github/workflows/build.yml
@@ -36,9 +36,7 @@ jobs:
36
artifact:
37
runs-on: ubuntu-20.04
38
needs: check
39
- container:
40
- image: mpsq/emacs-builder:latest
41
- options: --user root
+ container: mpsq/emacs-builder:latest
42
env:
43
PKG_VERSION: ${{ needs.check.outputs.pkg_version }}
44
steps:
.github/workflows/manual.yml
Dockerfile
@@ -62,5 +62,3 @@ RUN \
62
su-exec "$USR" yay -Scc --noconfirm
63
64
WORKDIR $USR_HOME
65
-
66
-USER $USR
0 commit comments