don't use the gha cache w docker

This commit is contained in:
Wing Lian
2023-07-22 08:46:21 -04:00
parent 40a53ff181
commit c5df969262
2 changed files with 0 additions and 4 deletions

View File

@@ -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