Merge pull request #6 from skjnldsv/dependabot/github_actions/docker/login-action-2.1.0

This commit is contained in:
John Molakvoæ
2022-10-16 19:05:29 +02:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}