diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2457e76..0d5be45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: runs-on: ubuntu-latest container: image: ghcr.io/inko-lang/aur:main + options: --user build steps: - uses: actions/checkout@v4 - name: Running tests @@ -25,6 +26,7 @@ jobs: runs-on: ubuntu-latest container: image: ghcr.io/inko-lang/aur:main + options: --user build permissions: contents: write steps: diff --git a/Dockerfile b/Dockerfile index e771cef..d679e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,3 @@ RUN pacman -Syu --noconfirm --noprogress pacman-contrib base-devel bash git \ RUN useradd --no-create-home build \ && echo 'build ALL=(ALL:ALL) ALL' > /etc/sudoers.d/build - -USER build