Bump docker/login-action from 2.1.0 to 2.2.0 (#88)

This commit is contained in:
dependabot[bot] 2023-06-21 10:56:20 +00:00 committed by GitHub
parent 442e0772b6
commit cae29f2a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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