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

This commit is contained in:
Nicolas CARON 2024-03-07 18:07:23 +01:00
parent 9745461048
commit e8b11218ad
1 changed files with 5 additions and 0 deletions

View File

@ -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