Merge pull request #587 from writefreely/dependabot/github_actions/docker/login-action-2.1.0

Bump docker/login-action from 2.0.0 to 2.1.0
This commit is contained in:
Matt Baer 2022-11-11 03:34:36 -05:00 committed by GitHub
commit 57b12f31c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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