verdaccio
Build and Push Docker Images / build-and-push (push) Failing after 35s

This commit is contained in:
2025-03-21 22:34:55 +01:00
parent aadc62794d
commit 6280b4ee65
3 changed files with 29 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM verdaccio/verdaccio
USER root
RUN yarn add verdaccio-github-oauth-ui@5
RUN yarn add verdaccio-gitea-auth
COPY verdaccio.yaml /verdaccio/conf/config.yaml
USER verdaccio