]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/login-action from 3.4.0 to 3.5.0 dependabot/github_actions/development/docker/login-action-3.5.0 2049/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 10 Aug 2025 10:34:50 +0000 (10:34 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Aug 2025 10:34:50 +0000 (10:34 +0000)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.4.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-build-on-push.yaml
.github/workflows/docker.yaml

index f0877aafc1c91a5a866780e41c6a02476029b53e..9df944debda8518b4b4208a767633bdfa696794b 100644 (file)
@@ -50,7 +50,7 @@ jobs:
         uses: docker/setup-buildx-action@v3.11.1
 
       - name: Login to Docker Registry
-        uses: docker/login-action@v3.4.0
+        uses: docker/login-action@v3.5.0
         with:
           registry: ${{ secrets.DOCKER_REGISTRY }}
           username: ${{ secrets.DOCKER_REGISTRY_USER }}
index 924c7b6f03575e68717d83672ccb202a6f85cda2..7bcaa195af1aab3b28dbc9660a0dc0ec140b2ddd 100644 (file)
@@ -55,7 +55,7 @@ jobs:
         uses: docker/setup-buildx-action@v3.11.1
 
       - name: Login to Docker Registry
-        uses: docker/login-action@v3.4.0
+        uses: docker/login-action@v3.5.0
         with:
           # registry: docker.io # default
           username: ${{ secrets.DOCKER_REGISTRY_USER }}