disable gh cache for first step of docker builds too
Browse files
.github/workflows/main.yml
CHANGED
@@ -60,8 +60,6 @@ jobs:
|
|
60 |
push: ${{ github.event_name != 'pull_request' }}
|
61 |
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
|
62 |
labels: ${{ steps.metadata.outputs.labels }}
|
63 |
-
cache-from: type=gha
|
64 |
-
cache-to: type=gha,mode=max
|
65 |
build-axolotl-runpod:
|
66 |
needs: build-axolotl
|
67 |
if: github.repository_owner == 'OpenAccess-AI-Collective'
|
|
|
60 |
push: ${{ github.event_name != 'pull_request' }}
|
61 |
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
|
62 |
labels: ${{ steps.metadata.outputs.labels }}
|
|
|
|
|
63 |
build-axolotl-runpod:
|
64 |
needs: build-axolotl
|
65 |
if: github.repository_owner == 'OpenAccess-AI-Collective'
|