test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 8s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 8s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -13,8 +13,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Set ulimit
|
- name: Set ulimit
|
||||||
run: |
|
run: |
|
||||||
sudo ulimit -n 4096
|
ulimit -n 4096
|
||||||
sudo ulimit -u 4096
|
ulimit -u 4096
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user