]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/login-action from 3.6.0 to 3.7.0 2139/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Feb 2026 10:06:35 +0000 (10:06 +0000)
committerGitHub <noreply@github.com>
Sun, 1 Feb 2026 10:06:35 +0000 (10:06 +0000)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.7.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 9d19676e7b1445d8961a46b90977c56f369aa20c..d926d98e42139fbb316ed2433abd60959d7c345c 100644 (file)
@@ -51,7 +51,7 @@ jobs:
 
     steps:
       - name: Login to Docker Registry
-        uses: docker/login-action@v3.6.0
+        uses: docker/login-action@v3.7.0
         with:
           registry: ${{ secrets.DOCKER_REGISTRY }}
           username: ${{ secrets.DOCKER_REGISTRY_USER }}