]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/login-action from 3.5.0 to 3.6.0 dependabot/github_actions/development/docker/login-action-3.6.0 2087/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 5 Oct 2025 10:04:42 +0000 (10:04 +0000)
committerGitHub <noreply@github.com>
Sun, 5 Oct 2025 10:04:42 +0000 (10:04 +0000)
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>
.github/workflows/docker-on-push-tag-or-pr.yaml

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