.forgejo/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
621d074221
commit
0ca49539be
1 changed files with 8 additions and 0 deletions
|
|
@ -26,6 +26,14 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
name: Build
|
name: Build
|
||||||
steps:
|
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 .
|
- run: echo $PWD && ls -la && cd repository && docker build .
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue