diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b9157ac..7087ed7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -39,8 +39,8 @@ jobs: push: true tags: git.toast-server.net/toast/kon:main build-args: GIT_HASH=${{ env.GITHUB_SHA }} - cache-from: type=registry,ref=git.toast-server.net/toast/kon:main - cache-to: type=inline + cache-from: type=registry,ref=git.toast-server.net/toast/kon:cache + cache-to: type=registry,ref=git.toast-server.net/toast/kon:cache,mode=max,image-manifest=true,oci-mediatypes=true deploy: runs-on: alpine-latest