Update docker/login-action action to v3
This commit is contained in:
parent
2866671df5
commit
486ee23744
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
|||
with:
|
||||
endpoint: builders
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.wbrawner.com
|
||||
username: ${{ github.actor }}
|
||||
|
|
Loading…
Reference in a new issue