Merge pull request #711 from writefreely/dependabot/github_actions/docker/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
This commit is contained in:
Matt Baer 2023-06-30 17:56:23 -04:00 committed by GitHub
commit 229607a5ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.1.0
uses: docker/login-action@v2.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}