diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-04 19:15:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-04 19:15:07 -0700 |
| commit | deb771817f134a253e6c2970028490b18a784a05 (patch) | |
| tree | 47fcfa56c0fa1fc3fc6e353061b5cc1f148acfd1 /.github/workflows/container_dev.yml | |
| parent | 16a16d79ce9d7e67e8cbcaf6c401b7f8475d94ba (diff) | |
| download | seaweedfs-deb771817f134a253e6c2970028490b18a784a05.tar.xz seaweedfs-deb771817f134a253e6c2970028490b18a784a05.zip | |
chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 (#7085)
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 82a17193a..dc63fc2d0 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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} |
