Skip to content

Commit 4e3ef7b

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

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' && github.event.ref_type == 'tag'
64+
if: github.event.action == 'push' && contains(github.ref_name, '.')
6565
steps:
6666
-
6767
name: Login to Docker Hub

0 commit comments

Comments
 (0)