Merge pull request #779 from Lookyloo/dependabot/github_actions/docker/login-action-3

build(deps): bump docker/login-action from 2 to 3
pull/780/head
Raphaël Vinot 2023-09-12 12:33:23 +02:00 committed by GitHub
commit 705a817fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,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 }}