Merge pull request #1970 from benphelps/dependabot/github_actions/docker/login-action-3

Bump docker/login-action from 2 to 3
pull/1973/head
shamoon 9 months ago committed by GitHub
commit 74e3a3f09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,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
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

Loading…
Cancel
Save