From 66ea9850dad1c3f460b7ead049cdba0584554019 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Thu, 21 Dec 2023 15:45:31 -0800 Subject: [PATCH] fight with CI --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cafe3054af..3eb97e55d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,6 @@ on: push: branches: - "main" - - "dev" jobs: build-axolotl: @@ -52,9 +51,8 @@ jobs: with: context: . load: true - # BASE_TAG=${{ github.ref_name }}-base-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }} build-args: | - BASE_TAG=main-base-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }} + BASE_TAG=${{ github.ref_name }}-base-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }} CUDA=${{ matrix.cuda }} PYTORCH_VERSION=${{ matrix.pytorch }} file: ./docker/Dockerfile