Change back to root
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m59s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m59s
This commit is contained in:
parent
a45bc4e6cb
commit
338f87f12a
@ -29,12 +29,5 @@ ENV PATH=$PATH:/usr/share/dotnet
|
|||||||
# Verify .NET installation
|
# Verify .NET installation
|
||||||
RUN dotnet --version
|
RUN dotnet --version
|
||||||
|
|
||||||
# Switch back to the original user (if act_runner has a specific user)
|
|
||||||
# Check what user the base image uses
|
# Check what user the base image uses
|
||||||
RUN id
|
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
|
|
||||||
Loading…
Reference in New Issue
Block a user