From a329e4ce07c0bb1a4e5cd22fa05f30990ef0e441 Mon Sep 17 00:00:00 2001 From: toast Date: Mon, 8 Jan 2024 00:30:22 +1100 Subject: [PATCH] Part 2 of previous commit --- .gitea/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 64ceaff..a731f6d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,9 +27,6 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} - - name: Set up build cache - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 @@ -38,7 +35,6 @@ jobs: with: platforms: linux/amd64 push: true - load: true tags: git.toast-server.net/toast/kon:main cache-from: type=registry,ref=git.toast-server.net/toast/kon:buildcache cache-to: type=registry,ref=git.toast-server.net/toast/kon:buildcache,mode=max