Skip to content

Commit c5df969

Browse files
committed
don't use the gha cache w docker
1 parent 40a53ff commit c5df969

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/base.yml

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
push: ${{ github.event_name != 'pull_request' }}
5959
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
6060
labels: ${{ steps.metadata.outputs.labels }}
61-
cache-from: type=gha
62-
cache-to: type=gha,mode=max
6361
build-args: |
6462
CUDA_VERSION=${{ matrix.cuda_version }}
6563
CUDA=${{ matrix.cuda }}

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,3 @@ jobs:
115115
push: ${{ github.event_name != 'pull_request' }}
116116
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
117117
labels: ${{ steps.metadata.outputs.labels }}
118-
cache-from: type=gha
119-
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)