generated from Fascinated/nextjs-13-template-with-tailwindcss
Merge pull request 'chore(deps): update docker/login-action action to v3' (#14) from renovate/docker-login-action-3.x into master
All checks were successful
Publish Docker Image / docker (push) Successful in 3m29s
All checks were successful
Publish Docker Image / docker (push) Successful in 3m29s
Reviewed-on: #14
This commit is contained in:
commit
65acccf525
@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to Repo
|
- name: Login to Repo
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user