diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-22 12:03:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-22 12:03:03 -0700 |
| commit | 5e2471d790a9d172d39da135fbc41354b9589ca0 (patch) | |
| tree | 2b2181687123f86c8c60d1a5aba50f917a24bd0e /.github/workflows/container_release3.yml | |
| parent | 171e824444ea2890b239d02bfd44f3a362dd648f (diff) | |
| download | seaweedfs-5e2471d790a9d172d39da135fbc41354b9589ca0.tar.xz seaweedfs-5e2471d790a9d172d39da135fbc41354b9589ca0.zip | |
chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#5802)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567)
---
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_release3.yml')
| -rw-r--r-- | .github/workflows/container_release3.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml index 5085214f9..4b3f627bf 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@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} |
