Skip to content

Commit 15fbcf5

Browse files
committed
ci: update workflows config.
1 parent a0b0760 commit 15fbcf5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
# Install dependencies based on the preferred package manager
1010
COPY 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; \

0 commit comments

Comments
 (0)