aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-11-16 12:09:14 +0000
committerGitHub <noreply@github.com>2025-11-16 12:09:14 +0000
commit6cccb9f1972692ce93024ac7f891f64bc65ea9d3 (patch)
treea8d631465f39c7adf74072115c71ec00d421b166 /.github
parent12d09a7411dd8edc63436a9660d4a049bebf472e (diff)
downloadkarakeep-6cccb9f1972692ce93024ac7f891f64bc65ea9d3.tar.zst
build: Improve docker caching (#2140)
* build: Improve docker caching * more fixes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 50bd3262..ab68ac84 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -60,8 +60,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ matrix.tags_latest }}
- cache-from: type=registry,ref=ghcr.io/hoarder-app/hoarder-build-cache:${{ matrix.target }}
- cache-to: type=registry,mode=max,ref=ghcr.io/hoarder-app/hoarder-build-cache:${{ matrix.target }}
+ cache-from: type=registry,ref=ghcr.io/karakeep-app/karakeep-build-cache:${{ matrix.target }}
+ cache-to: type=registry,mode=max,ref=ghcr.io/karakeep-app/karakeep-build-cache:${{ matrix.target }}
- name: Build ${{ matrix.name }} (release)
uses: docker/build-push-action@v5
@@ -74,5 +74,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ matrix.tags_release }}
- cache-from: type=registry,ref=ghcr.io/hoarder-app/hoarder-build-cache:${{ matrix.target }}
- cache-to: type=registry,mode=max,ref=ghcr.io/hoarder-app/hoarder-build-cache:${{ matrix.target }}
+ cache-from: type=registry,ref=ghcr.io/karakeep-app/karakeep-build-cache:${{ matrix.target }}
+ cache-to: type=registry,mode=max,ref=ghcr.io/karakeep-app/karakeep-build-cache:${{ matrix.target }}