ci: bump yarn install timeout for ci, use latest gh action

This commit is contained in:
Ilya Kreymer
2023-04-03 12:18:42 -07:00
parent 24e9c43b29
commit d4233582bb
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true

View File

@@ -34,7 +34,7 @@ RUN mkdir -p /tmp/ads && cd /tmp/ads && \
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 && \
rm /tmp/ads/ad-hosts.txt
RUN yarn install
RUN yarn install --network-timeout 1000000
ADD *.js /app/
ADD util/*.js /app/util/