mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-25 11:20:18 +00:00
ci: bump yarn install timeout for ci, use latest gh action
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user