From f8347bbb7ffdf470335be52a7331e36fdf9d9358 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 24 Jul 2024 03:50:53 -0400 Subject: [PATCH] Revert "try gha cache" This reverts commit 3e0545aa679c56991d6791215647f9352eabce11. --- .forgejo/workflows/devel.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 388515b..dfa62cc 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -39,8 +39,6 @@ jobs: file: ./apps/dispatch/Dockerfile push: true tags: git.thornbush.dev/rose/datamine/dispatch:devel - cache-from: type=gha - cache-to: type=gha,mode=max - name: build ingest uses: https://code.forgejo.org/docker/build-push-action@v6 with: @@ -48,8 +46,6 @@ jobs: file: ./apps/ingest/Dockerfile push: true tags: git.thornbush.dev/rose/datamine/ingest:devel - cache-from: type=gha - cache-to: type=gha,mode=max - name: build dispatch uses: https://code.forgejo.org/docker/build-push-action@v6 with: @@ -57,5 +53,3 @@ jobs: file: ./apps/bot/Dockerfile push: true tags: git.thornbush.dev/rose/datamine/bot:devel - cache-from: type=gha - cache-to: type=gha,mode=max