Merge branch 'stable' of https://git.mixedup.dev/QUIK/Quik.StbImage into stable
Some checks failed
Build / build (push) Failing after 41s

This commit is contained in:
H. Utku Maden 2024-03-19 22:50:05 +03:00
commit 1b0fc116f2

@ -17,6 +17,8 @@ jobs:
run: apt install -y docker.io docker-compose
- name: Check repository out.
uses: actions/checkout@v3
- name: "Where are my files????"
run: ls -la
- name: Run Build Script
run: docker-compose run build
working-directory: ${{ gitea.workspace }}