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 071951f commit 86baaecCopy full SHA for 86baaec
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
62
docker:
63
runs-on: ubuntu-latest
64
- if: ${{ github.event.action == 'push' && contains(github.ref_name, '.') }}
+ if: ${{ github.event.action == 'push' || github.event.action == 'created' }} && contains(github.ref_name, '.')
65
steps:
66
-
67
name: Login to Docker Hub
0 commit comments