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