You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARG NODE_VERSION=12
###
FROM node:$NODE_VERSION as builder
ARG NEXUS_NPM_TOKEN
ARG NEXUS_CERT_FILE
RUN npm config set //xxxxx.tailxxx.ts.net:8080/repository/npm-playstudios/:_authToken $NEXUS_NPM_TOKEN \
&& npm config set @psa:registry http://xxxxx.tailxxx.ts.net:8080/repository/npm-playstudios/
...
RUN ["npm", "ci"]
log:
npm ERR! code E400
5.780 npm ERR! 400 Bad Request - GET http:
The text was updated successfully, but these errors were encountered:
Hi,
I've this job auth successfully with my tailscale network
on the github runner could interact, solved domain from my machine in tail net..
however, the docker-compose could not resolve the tailscale domain by magic DNS during the
docker-compose build
is there any missing
the dockerfile looks like:
log:
The text was updated successfully, but these errors were encountered: