diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 11:06:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-18 11:06:32 -0700 |
| commit | faf27fdbf2797a1367dc5d9189703f8f49822f9d (patch) | |
| tree | c542ad6a6424573df4a28b3dc246e256c3b5c18b /.github/workflows/container_dev.yml | |
| parent | 7c2e3dba20b24e384edde03aa9b9eb7095472119 (diff) | |
| download | seaweedfs-faf27fdbf2797a1367dc5d9189703f8f49822f9d.tar.xz seaweedfs-faf27fdbf2797a1367dc5d9189703f8f49822f9d.zip | |
chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 (#5392)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...e92390c5fb421da1463c202d546fed0ec5c39f20)
---
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_dev.yml')
| -rw-r--r-- | .github/workflows/container_dev.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 4a31262ec..ca9ca1062 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@343f7c4344506bcbf9b4de18042ae17996df046d # v1 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v1 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} |
