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 4e3ef7b commit 071951fCopy full SHA for 071951f
.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' && contains(github.ref_name, '.') }}
65
steps:
66
-
67
name: Login to Docker Hub
0 commit comments