diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 16ab18d..e2eba42 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -43,6 +43,8 @@ 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: @@ -50,6 +52,8 @@ 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,3 +61,5 @@ 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