We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63fcdb commit 4e3ef7bCopy full SHA for 4e3ef7b
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
62
docker:
63
runs-on: ubuntu-latest
64
- if: github.event.action == 'push' && github.event.ref_type == 'tag'
+ if: github.event.action == 'push' && contains(github.ref_name, '.')
65
steps:
66
-
67
name: Login to Docker Hub
0 commit comments