We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44c061 commit dfdb950Copy full SHA for dfdb950
.github/workflows/production.yml
@@ -26,6 +26,11 @@ jobs:
26
build-args: |
27
BASE_PATH=/
28
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
34
35
- name: Push to quay.io
36
uses: redhat-actions/push-to-registry@v2
0 commit comments