Skip to content

Commit 47c6a0c

Browse files
committed
fix ternary
1 parent 2a587f2 commit 47c6a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
uses: docker/build-push-action@v5
7878
with:
7979
platforms: linux/amd64,linux/arm64
80-
push: ${{ github.ref == 'refs/head/main' && github.event_name == 'push' && true || false }}
80+
push: ${{ github.ref == 'refs/head/main' && github.event_name == 'push' || false }}
8181
tags: ghcr.io/nealajpatel/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION }}
8282

0 commit comments

Comments
 (0)