From 5e5ed6610b50625d31e4169b3bbeadb91a9e14b6 Mon Sep 17 00:00:00 2001 From: hgherzog Date: Tue, 19 Nov 2024 15:57:56 -0600 Subject: [PATCH] experimenting with image caching --- .github/workflows/forest_loss_driver_prediction.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/forest_loss_driver_prediction.yaml b/.github/workflows/forest_loss_driver_prediction.yaml index 53737ed..708679d 100644 --- a/.github/workflows/forest_loss_driver_prediction.yaml +++ b/.github/workflows/forest_loss_driver_prediction.yaml @@ -57,6 +57,8 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max build-args: | GIT_USERNAME=${{ secrets.GIT_USERNAME }} GIT_TOKEN=${{ secrets.GIT_TOKEN }}