Merge pull request #4888 from karmada-io/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
This commit is contained in:
commit
8548985b9a
|
@ -20,7 +20,7 @@ jobs:
|
|||
# for `git describe --tags` in Makefile.
|
||||
fetch-depth: 0
|
||||
- name: login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER_NAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: install Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER_NAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
# for `git describe --tags` in Makefile.
|
||||
fetch-depth: 0
|
||||
- name: login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER_NAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: install Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER_NAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue