aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-04 19:15:07 -0700
committerGitHub <noreply@github.com>2025-08-04 19:15:07 -0700
commitdeb771817f134a253e6c2970028490b18a784a05 (patch)
tree47fcfa56c0fa1fc3fc6e353061b5cc1f148acfd1
parent16a16d79ce9d7e67e8cbcaf6c401b7f8475d94ba (diff)
downloadseaweedfs-deb771817f134a253e6c2970028490b18a784a05.tar.xz
seaweedfs-deb771817f134a253e6c2970028490b18a784a05.zip
chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 (#7085)
-rw-r--r--.github/workflows/container_dev.yml4
-rw-r--r--.github/workflows/container_latest.yml4
-rw-r--r--.github/workflows/container_release1.yml2
-rw-r--r--.github/workflows/container_release2.yml2
-rw-r--r--.github/workflows/container_release3.yml2
-rw-r--r--.github/workflows/container_release4.yml2
-rw-r--r--.github/workflows/container_release5.yml2
7 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index 82a17193a..dc63fc2d0 100644
--- a/.github/workflows/container_dev.yml
+++ b/.github/workflows/container_dev.yml
@@ -42,14 +42,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml
index 402b88cbb..77694a1e9 100644
--- a/.github/workflows/container_latest.yml
+++ b/.github/workflows/container_latest.yml
@@ -43,14 +43,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml
index 14c5fd291..0e33f002b 100644
--- a/.github/workflows/container_release1.yml
+++ b/.github/workflows/container_release1.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml
index 65f36df3e..2de43bf40 100644
--- a/.github/workflows/container_release2.yml
+++ b/.github/workflows/container_release2.yml
@@ -42,7 +42,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml
index 5e926504b..432c38611 100644
--- a/.github/workflows/container_release3.yml
+++ b/.github/workflows/container_release3.yml
@@ -42,7 +42,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index fac0a356b..0465b24fd 100644
--- a/.github/workflows/container_release4.yml
+++ b/.github/workflows/container_release4.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml
index 07ac27f14..a7e6c6a0c 100644
--- a/.github/workflows/container_release5.yml
+++ b/.github/workflows/container_release5.yml
@@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}