]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/login-action from 3.3.0 to 3.5.0 2081/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 28 Sep 2025 10:05:06 +0000 (10:05 +0000)
committerGitHub <noreply@github.com>
Sun, 28 Sep 2025 10:05:06 +0000 (10:05 +0000)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.5.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/docker-on-push-tag-or-pr.yaml

index c27e80652f19a569d14580c7342c6aee6db5e963..1bca74fb0e0adeecc190850cd1e43a4ebe32a6c5 100644 (file)
@@ -51,7 +51,7 @@ jobs:
 
     steps:
       - name: Login to Docker Registry
-        uses: docker/login-action@v3.3.0
+        uses: docker/login-action@v3.5.0
         with:
           registry: ${{ secrets.DOCKER_REGISTRY }}
           username: ${{ secrets.DOCKER_REGISTRY_USER }}