Merge pull request #206 from vranki/dependabot/github_actions/docker/login-action-2

Bump docker/login-action from 1.10.0 to 2
This commit is contained in:
Ville Ranki 2022-07-31 22:51:27 +03:00 committed by GitHub
commit 932f097be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}