Skip to content

Commit ff7f18d

Browse files
committed
disable gh cache for first step of docker builds too
1 parent cf62cfd commit ff7f18d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ jobs:
6060
push: ${{ github.event_name != 'pull_request' }}
6161
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}
6262
labels: ${{ steps.metadata.outputs.labels }}
63-
cache-from: type=gha
64-
cache-to: type=gha,mode=max
6563
build-axolotl-runpod:
6664
needs: build-axolotl
6765
if: github.repository_owner == 'OpenAccess-AI-Collective'

0 commit comments

Comments
 (0)