Skip to content

Commit ffe034e

Browse files
authored
Update IMAGE_PUSH condition in test_docker.yml
Signed-off-by: varg1714 <51254954+varg1714@users.noreply.github.com>
1 parent 6b3fcfc commit ffe034e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
REGISTRY: ghcr.io
2222
ARTIFACT_NAME: 'binaries_docker_release'
2323
RELEASE_PLATFORMS: 'linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/arm/v6,linux/ppc64le,linux/riscv64,linux/loong64' ### Temporarily disable Docker builds for linux/s390x architectures for unknown reasons.
24-
IMAGE_PUSH: ${{ github.event_name == 'push' }}
24+
IMAGE_PUSH: ${{ github.event_name == 'push' || vars.IMAGE_PUSH || false }}
2525
IMAGE_TAGS_BETA: |
2626
type=ref,event=pr
2727
type=raw,value=beta,enable={{is_default_branch}}

0 commit comments

Comments
 (0)