diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c5d8d3945..fc1edc8d20 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,8 +67,8 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - context: . - file: ./docker/Dockerfile + # context: . + # file: ./docker/Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: | ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}