File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6767 username : ${{ secrets.DOCKER_USER }}
6868 password : ${{ secrets.DOCKER_PASSWORD }}
6969
70+ - name : Build manifests
71+ run : |
72+ echo "Re-tagging latest"
73+ docker buildx imagetools create -t ${{ secrets.DOCKER_USER }}/zh-hans.react.dev:latest
7074
7175 - name : Build and push image:latest
7276 uses : docker/build-push-action@v3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORKDIR /app
99# Install dependencies based on the preferred package manager
1010COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
1111
12- RUN yarn install --ignore-engines
12+ RUN yarn install --ignore-engines --network-timeout 1000000
1313# RUN yarn --frozen-lockfile
1414# RUN \
1515# if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
You can’t perform that action at this time.
0 commit comments