ops: Add gitea actions CI #1

Merged
brock merged 19 commits from feature/gitea_actions into main 2024-01-27 23:18:48 -08:00
Showing only changes of commit 57cccd1cf2 - Show all commits

View File

@@ -22,7 +22,7 @@ jobs:
-
name: Restore docker image
id: cache-docker
uses: actions/cache@v3
uses: https://github.com/actions/cache@v3
with:
path: /tmp/docker
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
@@ -45,7 +45,7 @@ jobs:
-
name: Restore docker image
id: cache-docker
uses: actions/cache@v3
uses: https://github.com/actions/cache@v3
with:
path: /tmp/docker
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}