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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-18 15:31:40 +01:00 committed by GitHub
parent 6b062f3c75
commit 1953c2afdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
- name: Log in to the GitHub container registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}