4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 06:29:24 +00:00

Fix docker build

This commit is contained in:
Wim
2021-10-17 15:37:55 +02:00
parent 7464fd149c
commit 85f66853bc

View File

@ -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 }}