Revert "Update Dockerfile to use Arch Linux base and adjust user setup for build process"
Some checks are pending
Push Docker image / build (push) Waiting to run

This reverts commit 6689c92793.
This commit is contained in:
Edgar P. Burkhart 2025-05-05 18:37:52 +02:00
parent 8377744510
commit 0ec1f0919e
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 3 additions and 1 deletions

View file

@ -22,4 +22,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: code.edgarpierre.fr/edpibu/archlinux-act:${{ github.ref_name }}
tags: code.edgarpierre.fr/edpibu/uv-act:${{ github.ref_name }}

View file

@ -2,4 +2,6 @@ FROM ghcr.io/catthehacker/ubuntu:act-latest
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN useradd uv
RUN mkdir -p /home/uv
RUN chown -R uv:uv /home/uv
USER uv