Skip to content

Commit 071951f

Browse files
authored
Update main.yml
1 parent 4e3ef7b commit 071951f

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
@@ -61,7 +61,7 @@ jobs:
6161

6262
docker:
6363
runs-on: ubuntu-latest
64-
if: github.event.action == 'push' && contains(github.ref_name, '.')
64+
if: ${{ github.event.action == 'push' && contains(github.ref_name, '.') }}
6565
steps:
6666
-
6767
name: Login to Docker Hub

0 commit comments

Comments
 (0)