Browse Source

docker: dont login when in PR (#5961)

pull/5967/head
Marko 4 years ago
committed by GitHub
parent
commit
b958ba3440
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/docker.yml

+ 1
- 0
.github/workflows/docker.yml View File

@ -41,6 +41,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}


Loading…
Cancel
Save