test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 8s
Details
Build and Push Docker Image / build_and_push (push) Failing after 8s
Details
This commit is contained in:
parent
9745461048
commit
e8b11218ad
|
@ -11,6 +11,11 @@ jobs:
|
|||
container: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Set ulimit
|
||||
run: |
|
||||
sudo ulimit -n 4096
|
||||
sudo ulimit -u 4096
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in New Issue