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 e8a4215 commit 9c6e2d3Copy full SHA for 9c6e2d3
.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.action == 'created') && contains(github.ref_name, '.') }}
+ if: ${{ contains(github.ref_name, '.') }}
65
steps:
66
-
67
name: Login to Docker Hub
0 commit comments