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