Merge pull request #73 from wneessen/dependabot/github_actions/docker/login-action-3.1.0

Bump docker/login-action from 1.9.0 to 3.1.0
This commit is contained in:
Winni Neessen 2024-03-17 23:31:37 +01:00 committed by GitHub
commit abc5b90aea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}