Skip to content

Commit f966ebb

Browse files
mayocreamsyphar
authored andcommitted
Fix expression
1 parent b642ff3 commit f966ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/build-push-action@v6
5555
with:
5656
context: ${{ matrix.image }}/
57-
push: github.event_name == 'push' && github.ref == 'refs/heads/master'
57+
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
5858
tags: |
5959
ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest
6060
ghcr.io/${{ github.repository }}/${{ matrix.image }}:${{ github.sha }}

0 commit comments

Comments
 (0)