Merge pull request #23 from skjnldsv/dependabot/github_actions/docker/login-action-2.2.0

Bump docker/login-action from 1.9.0 to 2.2.0
This commit is contained in:
John Molakvoæ
2024-06-20 22:22:24 +02:00
committed by GitHub

View File

@@ -45,7 +45,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@465a07811f14bebb1938fbed4728c6a1ff8901fc
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}