Correct mirror hostname to soroushasadi.com, HTTP protocol
deploy / deploy (push) Failing after 11s
ci / build (pull_request) Failing after 5s

Previous commit introduced a typo (soroushasad vs soroushasadi).
All references now use:
  npm    -> http://mirror.soroushasadi.com/repository/npm-group/
  docker -> mirror.soroushasadi.com/repository/docker-group/  (no protocol in image refs)

Also restore Dockerfile ARG NPM_TOKEN + COPY .npmrc that were lost
when the soroush-cicd skill regenerated the file, and set the
NODE_IMAGE ARG default back to the mirror path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-05-31 13:49:51 +03:30
parent 13241612fe
commit be658e9d77
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Docker Build Test
env:
NODE_IMAGE: mirror.soroushasad.com/repository/docker-group/node:20-slim
NODE_IMAGE: mirror.soroushasadi.com/repository/docker-group/node:20-slim
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
docker build \
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Build Container
env:
NODE_IMAGE: mirror.soroushasad.com/repository/docker-group/node:20-slim
NODE_IMAGE: mirror.soroushasadi.com/repository/docker-group/node:20-slim
run: |
docker compose build