diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-09 15:22:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-09 15:22:39 +0000 |
| commit | 3a21196fc345e1e9ae87cf54058f6ea6e55380a2 (patch) | |
| tree | 29486ddef412994999c27d5596f23e26483db624 /.github/workflows/container_release1.yml | |
| parent | 5082ed71761c5a39d57ee67d4f6c7fa5920d5cf0 (diff) | |
| download | seaweedfs-3a21196fc345e1e9ae87cf54058f6ea6e55380a2.tar.xz seaweedfs-3a21196fc345e1e9ae87cf54058f6ea6e55380a2.zip | |
Bump docker/login-action from 1.14.1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/dd4fa0671be5250ee6f50aedf4cb05514abda2c7...49ed152c8eca782a232dede0303416e8f356c37b)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/container_release1.yml')
| -rw-r--r-- | .github/workflows/container_release1.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml index dde9010e7..34eb1c696 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@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} |
