.forgejo/workflows/demo.yaml aktualisiert
Some checks failed
/ Test (push) Successful in 3s
/ Checkout (push) Successful in 12s
/ Build (push) Failing after 6s

This commit is contained in:
david 2024-07-22 00:36:28 +02:00
parent 621d074221
commit 0ca49539be

View file

@ -26,6 +26,14 @@ jobs:
runs-on: docker
name: Build
steps:
- name: Cache repository
uses: actions/cache@v4
id: cache-repository
with:
path: repository
key: ${{ runner.os }}-repository-${{ github.sha }}
restore-keys: |
${{ runner.os }}-repository-
- run: echo $PWD && ls -la && cd repository && docker build .