Skip to content

Commit d423358

Browse files
committed
ci: bump yarn install timeout for ci, use latest gh action
1 parent 24e9c43 commit d423358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
-
4343
name: Build and push
4444
id: docker_build
45-
uses: docker/build-push-action@v2
45+
uses: docker/build-push-action@v3
4646
with:
4747
context: .
4848
push: true

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN mkdir -p /tmp/ads && cd /tmp/ads && \
3434
cat ad-hosts.txt | grep '^0.0.0.0 '| awk '{ print $2; }' | grep -v '0.0.0.0' | jq --raw-input --slurp 'split("\n")' > /app/ad-hosts.json && \
3535
rm /tmp/ads/ad-hosts.txt
3636

37-
RUN yarn install
37+
RUN yarn install --network-timeout 1000000
3838

3939
ADD *.js /app/
4040
ADD util/*.js /app/util/

0 commit comments

Comments
 (0)