Skip to content

Commit

Permalink
Do not push the package it's not necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Aug 5, 2024
1 parent 75254c0 commit 987ccc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,9 @@ jobs:
- name: Test big endian
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/s390x
file: Dockerfile.s390x.test
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/safetensors/s390x:cache,mode=min
cache-to: type=registry,ref=ghcr.io/safetensors/s390x:cache,mode=min
cache-from: type=registry,ref=ghcr.io/safetensors/s390x:cache,mode=max
cache-to: type=registry,ref=ghcr.io/safetensors/s390x:cache,mode=max

0 comments on commit 987ccc3

Please sign in to comment.