Chore(deps): Bump docker/login-action from 3.5.0 to 3.6.0 (#2443)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 29 Sep 2025 19:33:05 +0000 (21:33 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Sep 2025 19:33:05 +0000 (21:33 +0200)
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/v3.5.0...v3.6.0)

---
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>
.github/workflows/build-base-image.yml
.github/workflows/release.yml

index 5fec633052980a1f2b161e29bba5bcad1758e1c3..9e86cd586eebc144ddd30d866225dbc5ad700204 100644 (file)
@@ -27,7 +27,7 @@ jobs:
           curl -OJ -H "Authorization: token ${TOKEN}" https://raw.githubusercontent.com/music-assistant/appvars/main/widevine_cdm_client/private_key.pem
           curl -OJ -H "Authorization: token ${TOKEN}" https://raw.githubusercontent.com/music-assistant/appvars/main/widevine_cdm_client/client_id.bin
       - name: Log in to the GitHub container registry
-        uses: docker/login-action@v3.5.0
+        uses: docker/login-action@v3.6.0
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}
index ebb9eec9e49a82316a7f772762fa3ff8f9140110..a4128a47ccfad68909416a2ec2bebba61a294784 100644 (file)
@@ -97,7 +97,7 @@ jobs:
           name: release-dists
           path: dist/
       - name: Log in to the GitHub container registry
-        uses: docker/login-action@v3.5.0
+        uses: docker/login-action@v3.6.0
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}