From c5df969262b169a14aed0f33d77bfe7dd29c7700 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sat, 22 Jul 2023 08:46:21 -0400 Subject: [PATCH] don't use the gha cache w docker --- .github/workflows/base.yml | 2 -- .github/workflows/main.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 491b51efe..bb0b35d98 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -58,8 +58,6 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }} labels: ${{ steps.metadata.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max build-args: | CUDA_VERSION=${{ matrix.cuda_version }} CUDA=${{ matrix.cuda }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ab14eb58..e454fd105 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,5 +115,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }} labels: ${{ steps.metadata.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max