Skip to content

Commit 8a050ad

Browse files
committed
feat: Docker cache
1 parent d4a93d4 commit 8a050ad

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/on-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ jobs:
7070
file: ./Dockerfile
7171
push: true
7272
tags: saltwood233/csharp-openbmclapi:dev
73+
cache-from: type=gha
74+
cache-to: type=gha,mode=max

.github/workflows/on-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939
file: ./Dockerfile
4040
push: true
4141
tags: saltwood233/csharp-openbmclapi
42+
cache-from: type=gha
43+
cache-to: type=gha,mode=max

.github/workflows/on-tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ jobs:
4040
file: ./Dockerfile
4141
push: true
4242
tags: saltwood233/csharp-openbmclapi:${{env.RELEASE_VERSION}}
43+
cache-from: type=gha
44+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)