Fix docker build

pull/1613/head
Wim 3 years ago
parent 7464fd149c
commit 85f66853bc
No known key found for this signature in database
GPG Key ID: 5E423DA5C9AA63D4

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

Loading…
Cancel
Save