don't use the gha cache w docker
Browse files- .github/workflows/base.yml +0 -2
- .github/workflows/main.yml +0 -2
.github/workflows/base.yml
CHANGED
|
@@ -58,8 +58,6 @@ jobs:
|
|
| 58 |
push: ${{ github.event_name != 'pull_request' }}
|
| 59 |
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
|
| 60 |
labels: ${{ steps.metadata.outputs.labels }}
|
| 61 |
-
cache-from: type=gha
|
| 62 |
-
cache-to: type=gha,mode=max
|
| 63 |
build-args: |
|
| 64 |
CUDA_VERSION=${{ matrix.cuda_version }}
|
| 65 |
CUDA=${{ matrix.cuda }}
|
|
|
|
| 58 |
push: ${{ github.event_name != 'pull_request' }}
|
| 59 |
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
|
| 60 |
labels: ${{ steps.metadata.outputs.labels }}
|
|
|
|
|
|
|
| 61 |
build-args: |
|
| 62 |
CUDA_VERSION=${{ matrix.cuda_version }}
|
| 63 |
CUDA=${{ matrix.cuda }}
|
.github/workflows/main.yml
CHANGED
|
@@ -115,5 +115,3 @@ jobs:
|
|
| 115 |
push: ${{ github.event_name != 'pull_request' }}
|
| 116 |
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
|
| 117 |
labels: ${{ steps.metadata.outputs.labels }}
|
| 118 |
-
cache-from: type=gha
|
| 119 |
-
cache-to: type=gha,mode=max
|
|
|
|
| 115 |
push: ${{ github.event_name != 'pull_request' }}
|
| 116 |
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
|
| 117 |
labels: ${{ steps.metadata.outputs.labels }}
|
|
|
|
|
|