mirror of https://github.com/CIRCL/lookyloo
Merge pull request #779 from Lookyloo/dependabot/github_actions/docker/login-action-3
build(deps): bump docker/login-action from 2 to 3pull/780/head
commit
705a817fb0
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue