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:
karmada-bot 2024-05-04 15:06:29 +08:00 committed by GitHub
commit 8548985b9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}