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