Change back to root
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m59s

This commit is contained in:
Klas Broberg 2025-09-15 14:15:20 +02:00
parent a45bc4e6cb
commit 338f87f12a

View File

@ -29,12 +29,5 @@ ENV PATH=$PATH:/usr/share/dotnet
# Verify .NET installation
RUN dotnet --version
# Switch back to the original user (if act_runner has a specific user)
# Check what user the base image uses
RUN id
# Keep the original entrypoint from act_runner
# The base image will handle the act_runner functionality
# Switch back to the original user
USER runner