Update test_publish.yml

This commit is contained in:
Deniz Şafak
2025-06-07 22:57:56 +03:00
committed by GitHub
parent 627240ad00
commit 9ddd30fe1f
+2 -1
View File
@@ -50,7 +50,8 @@ jobs:
with: with:
context: ./abogen context: ./abogen
file: ./abogen/Dockerfile file: ./abogen/Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x # platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64
# Only push if we are publishing a release # Only push if we are publishing a release
push: ${{ github.event_name == 'release' && github.event.action == 'published' }} push: ${{ github.event_name == 'release' && github.event.action == 'published' }}
# Use a 'temp' tag, that won't be pushed, for non-release builds # Use a 'temp' tag, that won't be pushed, for non-release builds