Skip to content

Commit 335757d

Browse files
committed
👷
1 parent 40c6caa commit 335757d

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
@@ -105,7 +105,7 @@ jobs:
105105
- uses: docker/build-push-action@v2
106106
id: docker_build
107107
with:
108-
push: github.ref == 'refs/heads/master'
108+
push: ${{ github.ref == 'refs/heads/master' }}
109109
tags: platane/snk:latest
110110
file: packages/action/Dockerfile
111111
context: packages/action

0 commit comments

Comments
 (0)