try gitea action
All checks were successful
/ build (push) Successful in 16s
/ deploy (push) Has been skipped

This commit is contained in:
2024-07-31 22:25:52 +02:00
parent bafbda6a6f
commit c2c3763976

View File

@ -25,7 +25,7 @@ jobs:
id: restore-build
with:
path: public
key: ${{ runner.os }}-public
key: ${{ gitea.sha }}
deploy:
runs-on: ubuntu-latest
needs: build
@ -36,7 +36,7 @@ jobs:
id: restore-build
with:
path: public
key: ${{ runner.os }}-public
key: ${{ gitea.sha }}
- uses: docker/metadata-action@v5
id: meta
with: