Skip to content

Commit dfdb950

Browse files
committed
chore: update production yaml
1 parent e44c061 commit dfdb950

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/production.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
build-args: |
2727
BASE_PATH=/
2828
GIT_SHA=${{ github.sha }}
29+
E2E=false
30+
# Extra args are needed to increase the number of open files
31+
# because of build EMFILE error: https://github.com/npm/cli/issues/4783#issuecomment-1908016260
32+
extra-args: |
33+
--ulimit nofile=4096:4096
2934
3035
- name: Push to quay.io
3136
uses: redhat-actions/push-to-registry@v2

0 commit comments

Comments
 (0)