Skip to content

Commit

Permalink
revert zstd test
Browse files Browse the repository at this point in the history
  • Loading branch information
co42 committed Feb 14, 2025
1 parent 52bf8b0 commit 2bb6d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
with:
context: .
file: ${{ env.DOCKERFILE }}
# push: true
platforms: "linux/amd64"
build-args: |
GIT_SHA=${{ env.GITHUB_SHA }}
Expand All @@ -201,7 +202,8 @@ jobs:
target: ${{ env.TARGET }}
tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }}
labels: ${{ steps.meta.outputs.labels || steps.meta-pr.outputs.labels }}
outputs: type=image,compression=zstd,force-compression=true,oci-mediatypes=true,push=true
outputs: type=image,compression=gzip,push=true
# outputs: type=image,compression=gzip,force-compression=true,oci-mediatypes=true,push=true
cache-from: type=s3,region=us-east-1,bucket=ci-docker-buildx-cache,name=text-generation-inference-cache${{ env.LABEL }},mode=max,access_key_id=${{ secrets.S3_CI_DOCKER_BUILDX_CACHE_ACCESS_KEY_ID }},secret_access_key=${{ secrets.S3_CI_DOCKER_BUILDX_CACHE_SECRET_ACCESS_KEY }},mode=max
cache-to: type=s3,region=us-east-1,bucket=ci-docker-buildx-cache,name=text-generation-inference-cache${{ env.LABEL }},mode=min,access_key_id=${{ secrets.S3_CI_DOCKER_BUILDX_CACHE_ACCESS_KEY_ID }},secret_access_key=${{ secrets.S3_CI_DOCKER_BUILDX_CACHE_SECRET_ACCESS_KEY }},mode=min
- name: Final
Expand Down

0 comments on commit 2bb6d8a

Please sign in to comment.