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 6d30396 commit cfada19Copy full SHA for cfada19
1 file changed
.github/workflows/nodejs.yml
@@ -82,6 +82,7 @@ jobs:
82
83
- name: Login to DockerHub
84
uses: docker/login-action@v2
85
+ if: github.event_name != 'pull_request'
86
with:
87
username: ${{ secrets.DOCKERHUB_USERNAME }}
88
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments