Merge remote-tracking branch 'github/dependabot/github_actions/docker/login-action-2' into topic/jgras/dependabot-updates

This commit is contained in:
Jan Grashoefer 2022-10-06 12:56:18 +02:00
commit 93cb7b648e

View file

@ -77,7 +77,7 @@ jobs:
fi fi
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v2
# Don't publish on forks. Also note that secrets for the login are not # Don't publish on forks. Also note that secrets for the login are not
# available for pull requests, so trigger on pushes only. # available for pull requests, so trigger on pushes only.
if: github.repository == 'zeek/zeek' && github.event_name == 'push' if: github.repository == 'zeek/zeek' && github.event_name == 'push'