We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a587f2 commit 47c6a0cCopy full SHA for 47c6a0c
.github/workflows/pipeline.yaml
@@ -77,6 +77,6 @@ jobs:
77
uses: docker/build-push-action@v5
78
with:
79
platforms: linux/amd64,linux/arm64
80
- push: ${{ github.ref == 'refs/head/main' && github.event_name == 'push' && true || false }}
+ push: ${{ github.ref == 'refs/head/main' && github.event_name == 'push' || false }}
81
tags: ghcr.io/nealajpatel/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION }}
82
0 commit comments