Merge pull request 'chore(deps): update docker/login-action action to v3' (#9) from renovate/docker-login-action-3.x into main
Some checks are pending
Publish / docker (push) Waiting to run
Some checks are pending
Publish / docker (push) Waiting to run
Reviewed-on: #9
This commit is contained in:
commit
cd6f550035
@ -22,7 +22,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Login to Repo
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
password: ${{ secrets.REPO_TOKEN }}
|
||||
|
Reference in New Issue
Block a user