From 0055426fdb310105e287df7814d20c226340ae71 Mon Sep 17 00:00:00 2001 From: Georgi Ivanov Date: Fri, 26 Aug 2022 16:35:45 +0100 Subject: [PATCH] Removing USER directive from the github action Docker --- github-action/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/github-action/Dockerfile b/github-action/Dockerfile index dc1ae796..07d487eb 100644 --- a/github-action/Dockerfile +++ b/github-action/Dockerfile @@ -2,7 +2,4 @@ FROM mikefarah/yq:4 COPY entrypoint.sh /entrypoint.sh -# this seems to be the default user in github actions -USER 1001 - ENTRYPOINT ["/entrypoint.sh"]