Fix docker image workflow syntax issue (#1655)

This commit is contained in:
Darragh Bailey
2022-11-03 17:32:10 +00:00
committed by GitHub
parent 7697d03323
commit 1ff551e1a5

View File

@@ -90,7 +90,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to DockerHub
if: ${{ ! (startsWith(github.event_name, 'pull_request') }}
if: ${{ ! startsWith(github.event_name, 'pull_request') }}
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}