Skip to content

Commit 1d8eee1

Browse files
committed
fix 🐞: Typo
1 parent 8b31a21 commit 1d8eee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/build-push-action@v5
5252
with:
5353
context: .
54-
push: ${{ github.ref == 'refs/heads/main' ||'refs/heads/ci' || startsWith(github.ref, 'refs/tags/') }}
54+
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/') }}
5555
tags: |
5656
${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
5757
platforms: linux/amd64

0 commit comments

Comments
 (0)