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

This commit is contained in:
2024-03-07 18:07:23 +01:00
parent 9745461048
commit e8b11218ad

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