From 940f02d5f7e09e714a97cbbd16a1a8258d633c58 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 8 May 2024 20:16:19 +0100 Subject: [PATCH] try without test images --- .github/workflows/test-images.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test-images.yaml b/.github/workflows/test-images.yaml index 177e8d1..97afc52 100644 --- a/.github/workflows/test-images.yaml +++ b/.github/workflows/test-images.yaml @@ -64,15 +64,15 @@ jobs: echo "BASE_IMAGE=$GPU_BASE_IMAGE" >> $GITHUB_ENV echo "IMAGE_SUFFIX=-$GPU_IMAGE_SUFFIX" >> $GITHUB_ENV - - name: "Build docker images 🐳" - uses: docker/build-push-action@v3 - with: - context: . - file: "Dockerfile.${{ matrix.dockerfile }}" - tags: ${{ steps.meta.outputs.tags }} - push: false - labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max - build-args: BASE_IMAGE=${{ env.BASE_IMAGE }} - platforms: ${{ matrix.platform }} +# - name: "Build docker images 🐳" +# uses: docker/build-push-action@v3 +# with: +# context: . +# file: "Dockerfile.${{ matrix.dockerfile }}" +# tags: ${{ steps.meta.outputs.tags }} +# push: false +# labels: ${{ steps.meta.outputs.labels }} +# cache-from: type=gha +# cache-to: type=gha,mode=max +# build-args: BASE_IMAGE=${{ env.BASE_IMAGE }} +# platforms: ${{ matrix.platform }}