]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/login-action from 3.3.0 to 3.4.0 1993/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 16 Mar 2025 10:16:56 +0000 (10:16 +0000)
committerGitHub <noreply@github.com>
Sun, 16 Mar 2025 10:16:56 +0000 (10:16 +0000)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  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 26f25d829ec5edb317c1652dca6e109414fd653b..5d7d786261506b301a9d5612b9acb5574a26efb7 100644 (file)
@@ -50,7 +50,7 @@ jobs:
         uses: docker/setup-buildx-action@v3.10.0
 
       - name: Login to Docker Registry
-        uses: docker/login-action@v3.3.0
+        uses: docker/login-action@v3.4.0
         with:
           registry: ${{ secrets.DOCKER_REGISTRY }}
           username: ${{ secrets.DOCKER_REGISTRY_USER }}
index 310e09400ebfd900b848561a6bb43ee8d869f600..270d57964e49142ada8e6283f13800c9e199271d 100644 (file)
@@ -55,7 +55,7 @@ jobs:
         uses: docker/setup-buildx-action@v3.10.0
 
       - name: Login to Docker Registry
-        uses: docker/login-action@v3.3.0
+        uses: docker/login-action@v3.4.0
         with:
           # registry: docker.io # default
           username: ${{ secrets.DOCKER_REGISTRY_USER }}