We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b31a21 commit 1d8eee1Copy full SHA for 1d8eee1
1 file changed
.github/workflows/node.js.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: docker/build-push-action@v5
52
with:
53
context: .
54
- push: ${{ github.ref == 'refs/heads/main' ||'refs/heads/ci' || startsWith(github.ref, 'refs/tags/') }}
+ push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/') }}
55
tags: |
56
${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
57
platforms: linux/amd64
0 commit comments