aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release4.yml
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 /.github/workflows/container_release4.yml
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>
Diffstat (limited to '.github/workflows/container_release4.yml')
-rw-r--r--.github/workflows/container_release4.yml2
1 files changed, 1 insertions, 1 deletions
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 }}