aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_dev.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-30 11:44:07 -0700
committerGitHub <noreply@github.com>2025-09-30 11:44:07 -0700
commitd8870a2f727882c73cd321e4ba5ea102c1a621fa (patch)
treed6fca96a0428a74a9610031dc281161a3f214916 /.github/workflows/container_dev.yml
parentf1f0856e503e4f56c0a435d3590da8369c15c33f (diff)
downloadseaweedfs-d8870a2f727882c73cd321e4ba5ea102c1a621fa.tar.xz
seaweedfs-d8870a2f727882c73cd321e4ba5ea102c1a621fa.zip
chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#7289)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...5e57cd118135c172c3672efd75eb46360885c0ef) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 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_dev.yml')
-rw-r--r--.github/workflows/container_dev.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index 0e68e9a77..dbf5b365d 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@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}