aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-17 17:32:23 -0700
committerGitHub <noreply@github.com>2025-03-17 17:32:23 -0700
commit5ab04e1bafc24b6f895d63ff9a2db426f3d7ef27 (patch)
tree9903afd07788df42c87e76bfecc2e796814d1439
parent04c820594d6199ed102fd8663c0e9573699c7f7b (diff)
downloadseaweedfs-5ab04e1bafc24b6f895d63ff9a2db426f3d7ef27.tar.xz
seaweedfs-5ab04e1bafc24b6f895d63ff9a2db426f3d7ef27.zip
chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#6643)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/9780b0c442fbb1117ed29e0efdff1e18412f7567...74a5d142397b4f367a81961eba4e8cd7edddf772) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 775f69912..582b52ba8 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml
index afbc060a1..2873b0cce 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml
index e8a283d9b..3c4b898c5 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 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 59e1146ca..3f4374384 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 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 ca9edcca4..4f1f7f7d2 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 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 7484e84d7..6119eee6d 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 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 e31be419f..3c33cbe1f 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}