Skip to content

Commit

Permalink
try without test images
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed May 8, 2024
1 parent a1bcfde commit 940f02d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 940f02d

Please sign in to comment.