Bump docker/login-action from 3.0.0 to 3.1.0 (#124)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-13 21:06:34 +02:00 committed by GitHub
parent 312f286ff3
commit e1b21e86e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.5
- name: Log in to the GitHub container registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
if: github.event_name != 'pull_request'
with:
registry: ghcr.io