diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index a6121fa..b3a70fe 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -29,5 +29,5 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: git.moritz.run/helios/helios-remote:latest - cache-from: type=registry,ref=git.moritz.run/helios/helios-remote:cache - cache-to: type=registry,ref=git.moritz.run/helios/helios-remote:cache,mode=max + cache-from: type=registry,ref=git.moritz.run/helios/helios-remote:buildcache + cache-to: type=registry,ref=git.moritz.run/helios/helios-remote:buildcache,mode=max