Merge pull request #760 from writefreely/dependabot/github_actions/docker/login-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
This commit is contained in:
Matt Baer 2023-09-19 13:27:59 -04:00 committed by GitHub
commit 3e21ecb53c
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.2.0
uses: docker/login-action@v3.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}