We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e9c43 commit d423358Copy full SHA for d423358
.github/workflows/release.yaml
@@ -42,7 +42,7 @@ jobs:
42
-
43
name: Build and push
44
id: docker_build
45
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
46
with:
47
context: .
48
push: true
Dockerfile
@@ -34,7 +34,7 @@ RUN mkdir -p /tmp/ads && cd /tmp/ads && \
34
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 && \
35
rm /tmp/ads/ad-hosts.txt
36
37
-RUN yarn install
+RUN yarn install --network-timeout 1000000
38
39
ADD *.js /app/
40
ADD util/*.js /app/util/
0 commit comments