We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a93d4 commit 8a050adCopy full SHA for 8a050ad
.github/workflows/on-dev.yml
@@ -70,3 +70,5 @@ jobs:
70
file: ./Dockerfile
71
push: true
72
tags: saltwood233/csharp-openbmclapi:dev
73
+ cache-from: type=gha
74
+ cache-to: type=gha,mode=max
.github/workflows/on-release.yml
@@ -39,3 +39,5 @@ jobs:
39
40
41
tags: saltwood233/csharp-openbmclapi
42
43
.github/workflows/on-tag.yml
@@ -40,3 +40,5 @@ jobs:
tags: saltwood233/csharp-openbmclapi:${{env.RELEASE_VERSION}}
44
0 commit comments