Skip to content

Commit ae9f081

Browse files
committed
tweak(ci/docker): switch to inline registry cache
1 parent 68a987f commit ae9f081

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/daedalus-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
push: ${{ github.event_name != 'pull_request' }}
4444
tags: ${{ steps.docker_meta.outputs.tags }}
4545
labels: ${{ steps.docker_meta.outputs.labels }}
46-
cache-from: type=gha,scope=daedalus_client
47-
cache-to: type=gha,mode=max,ignore-error=true,scope=daedalus_client
46+
cache-from: type=registry,ref=ghcr.io/modrinth/daedalus:main
47+
cache-to: type=inline

.github/workflows/labrinth-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
push: ${{ github.event_name != 'pull_request' }}
4242
tags: ${{ steps.docker_meta.outputs.tags }}
4343
labels: ${{ steps.docker_meta.outputs.labels }}
44-
cache-from: type=gha,scope=labrinth
45-
cache-to: type=gha,mode=max,ignore-error=true,scope=labrinth
44+
cache-from: type=registry,ref=ghcr.io/modrinth/labrinth:main
45+
cache-to: type=inline

0 commit comments

Comments
 (0)