@@ -55,6 +55,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
+ if: github.event_name != 'pull_request'
with:
username: ${{ env.DOCKERHUB_USER }}
password: ${{ env.DOCKERHUB_TOKEN }}