test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 58s
Details
Build and Push Docker Image / build_and_push (push) Failing after 58s
Details
This commit is contained in:
parent
ca65504097
commit
af62a79fcc
|
@ -13,8 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Set ulimit
|
- name: Set ulimit
|
||||||
run: |
|
run: |
|
||||||
ulimit -n 4096
|
ulimit -n 524288
|
||||||
ulimit -u 4096
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue