test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 58s Details

This commit is contained in:
Nicolas CARON 2024-03-07 18:15:06 +01:00
parent ca65504097
commit af62a79fcc
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ jobs:
steps:
- name: Set ulimit
run: |
ulimit -n 4096
ulimit -u 4096
ulimit -n 524288
- name: Checkout repository
uses: actions/checkout@v3